diff --git a/.infisicalignore b/.infisicalignore
index 66e2fb635..b935763c8 100644
--- a/.infisicalignore
+++ b/.infisicalignore
@@ -51,3 +51,4 @@ docs/integrations/app-connections/bitbucket.mdx:generic-api-key:123
docs/integrations/app-connections/railway.mdx:generic-api-key:156
.github/workflows/validate-db-schemas.yml:generic-api-key:21
k8-operator/config/samples/universalAuthIdentitySecret.yaml:generic-api-key:8
+docs/integrations/app-connections/redis.mdx:generic-api-key:80
diff --git a/docs/api-reference/endpoints/app-connections/redis/available.mdx b/docs/api-reference/endpoints/app-connections/redis/available.mdx
new file mode 100644
index 000000000..6b0389d3f
--- /dev/null
+++ b/docs/api-reference/endpoints/app-connections/redis/available.mdx
@@ -0,0 +1,4 @@
+---
+title: "Available"
+openapi: "GET /api/v1/app-connections/redis/available"
+---
diff --git a/docs/api-reference/endpoints/app-connections/redis/create.mdx b/docs/api-reference/endpoints/app-connections/redis/create.mdx
new file mode 100644
index 000000000..b203048d6
--- /dev/null
+++ b/docs/api-reference/endpoints/app-connections/redis/create.mdx
@@ -0,0 +1,9 @@
+---
+title: "Create"
+openapi: "POST /api/v1/app-connections/redis"
+---
+
+
+ Check out the configuration docs for [Redis Connections](/integrations/app-connections/redis) to learn how to obtain
+ the required credentials.
+
\ No newline at end of file
diff --git a/docs/api-reference/endpoints/app-connections/redis/delete.mdx b/docs/api-reference/endpoints/app-connections/redis/delete.mdx
new file mode 100644
index 000000000..bf8178a23
--- /dev/null
+++ b/docs/api-reference/endpoints/app-connections/redis/delete.mdx
@@ -0,0 +1,4 @@
+---
+title: "Delete"
+openapi: "DELETE /api/v1/app-connections/redis/{connectionId}"
+---
diff --git a/docs/api-reference/endpoints/app-connections/redis/get-by-id.mdx b/docs/api-reference/endpoints/app-connections/redis/get-by-id.mdx
new file mode 100644
index 000000000..9879fff7f
--- /dev/null
+++ b/docs/api-reference/endpoints/app-connections/redis/get-by-id.mdx
@@ -0,0 +1,4 @@
+---
+title: "Get by ID"
+openapi: "GET /api/v1/app-connections/redis/{connectionId}"
+---
diff --git a/docs/api-reference/endpoints/app-connections/redis/get-by-name.mdx b/docs/api-reference/endpoints/app-connections/redis/get-by-name.mdx
new file mode 100644
index 000000000..42807f221
--- /dev/null
+++ b/docs/api-reference/endpoints/app-connections/redis/get-by-name.mdx
@@ -0,0 +1,4 @@
+---
+title: "Get by Name"
+openapi: "GET /api/v1/app-connections/redis/connection-name/{connectionName}"
+---
diff --git a/docs/api-reference/endpoints/app-connections/redis/list.mdx b/docs/api-reference/endpoints/app-connections/redis/list.mdx
new file mode 100644
index 000000000..913da1679
--- /dev/null
+++ b/docs/api-reference/endpoints/app-connections/redis/list.mdx
@@ -0,0 +1,4 @@
+---
+title: "List"
+openapi: "GET /api/v1/app-connections/redis"
+---
diff --git a/docs/api-reference/endpoints/app-connections/redis/update.mdx b/docs/api-reference/endpoints/app-connections/redis/update.mdx
new file mode 100644
index 000000000..e2414b971
--- /dev/null
+++ b/docs/api-reference/endpoints/app-connections/redis/update.mdx
@@ -0,0 +1,9 @@
+---
+title: "Update"
+openapi: "PATCH /api/v1/app-connections/redis/{connectionId}"
+---
+
+
+ Check out the configuration docs for [Redis Connections](/integrations/app-connections/redis) to learn how to obtain
+ the required credentials.
+
\ No newline at end of file
diff --git a/docs/api-reference/endpoints/secret-rotations/redis-credentials/create.mdx b/docs/api-reference/endpoints/secret-rotations/redis-credentials/create.mdx
new file mode 100644
index 000000000..8bce0dc4f
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-rotations/redis-credentials/create.mdx
@@ -0,0 +1,10 @@
+---
+title: "Create"
+openapi: "POST /api/v2/secret-rotations/redis-credentials"
+---
+
+
+ Check out the configuration docs for [Redis
+ Credentials Rotations](/documentation/platform/secret-rotation/redis-credentials) to learn how to obtain the
+ required parameters.
+
\ No newline at end of file
diff --git a/docs/api-reference/endpoints/secret-rotations/redis-credentials/delete.mdx b/docs/api-reference/endpoints/secret-rotations/redis-credentials/delete.mdx
new file mode 100644
index 000000000..28d9e3a6b
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-rotations/redis-credentials/delete.mdx
@@ -0,0 +1,4 @@
+---
+title: "Delete"
+openapi: "DELETE /api/v2/secret-rotations/redis-credentials/{rotationId}"
+---
diff --git a/docs/api-reference/endpoints/secret-rotations/redis-credentials/get-by-id.mdx b/docs/api-reference/endpoints/secret-rotations/redis-credentials/get-by-id.mdx
new file mode 100644
index 000000000..a3ec932e0
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-rotations/redis-credentials/get-by-id.mdx
@@ -0,0 +1,4 @@
+---
+title: "Get by ID"
+openapi: "GET /api/v2/secret-rotations/redis-credentials/{rotationId}"
+---
diff --git a/docs/api-reference/endpoints/secret-rotations/redis-credentials/get-by-name.mdx b/docs/api-reference/endpoints/secret-rotations/redis-credentials/get-by-name.mdx
new file mode 100644
index 000000000..2dc50d581
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-rotations/redis-credentials/get-by-name.mdx
@@ -0,0 +1,4 @@
+---
+title: "Get by Name"
+openapi: "GET /api/v2/secret-rotations/redis-credentials/rotation-name/{rotationName}"
+---
diff --git a/docs/api-reference/endpoints/secret-rotations/redis-credentials/get-generated-credentials-by-id.mdx b/docs/api-reference/endpoints/secret-rotations/redis-credentials/get-generated-credentials-by-id.mdx
new file mode 100644
index 000000000..c0002edd6
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-rotations/redis-credentials/get-generated-credentials-by-id.mdx
@@ -0,0 +1,4 @@
+---
+title: "Get Credentials by ID"
+openapi: "GET /api/v2/secret-rotations/redis-credentials/{rotationId}/generated-credentials"
+---
diff --git a/docs/api-reference/endpoints/secret-rotations/redis-credentials/list.mdx b/docs/api-reference/endpoints/secret-rotations/redis-credentials/list.mdx
new file mode 100644
index 000000000..bc72d101e
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-rotations/redis-credentials/list.mdx
@@ -0,0 +1,4 @@
+---
+title: "List"
+openapi: "GET /api/v2/secret-rotations/redis-credentials"
+---
diff --git a/docs/api-reference/endpoints/secret-rotations/redis-credentials/rotate-secrets.mdx b/docs/api-reference/endpoints/secret-rotations/redis-credentials/rotate-secrets.mdx
new file mode 100644
index 000000000..53c2c7651
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-rotations/redis-credentials/rotate-secrets.mdx
@@ -0,0 +1,4 @@
+---
+title: "Rotate Secrets"
+openapi: "POST /api/v2/secret-rotations/redis-credentials/{rotationId}/rotate-secrets"
+---
diff --git a/docs/api-reference/endpoints/secret-rotations/redis-credentials/update.mdx b/docs/api-reference/endpoints/secret-rotations/redis-credentials/update.mdx
new file mode 100644
index 000000000..4817a0f65
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-rotations/redis-credentials/update.mdx
@@ -0,0 +1,10 @@
+---
+title: "Update"
+openapi: "PATCH /api/v2/secret-rotations/redis-credentials/{rotationId}"
+---
+
+
+ Check out the configuration docs for [Redis
+ Credentials Rotations](/documentation/platform/secret-rotation/redis-credentials) to learn how to obtain the
+ required parameters.
+
\ No newline at end of file
diff --git a/docs/docs.json b/docs/docs.json
index 3b7197da8..0fcc4ab51 100644
--- a/docs/docs.json
+++ b/docs/docs.json
@@ -140,7 +140,8 @@
"integrations/app-connections/terraform-cloud",
"integrations/app-connections/vercel",
"integrations/app-connections/windmill",
- "integrations/app-connections/zabbix"
+ "integrations/app-connections/zabbix",
+ "integrations/app-connections/redis"
]
}
]
@@ -442,7 +443,8 @@
"documentation/platform/secret-rotation/mysql-credentials",
"documentation/platform/secret-rotation/okta-client-secret",
"documentation/platform/secret-rotation/oracledb-credentials",
- "documentation/platform/secret-rotation/postgres-credentials"
+ "documentation/platform/secret-rotation/postgres-credentials",
+ "documentation/platform/secret-rotation/redis-credentials"
]
},
{
@@ -1377,6 +1379,19 @@
"api-reference/endpoints/secret-rotations/postgres-credentials/rotate-secrets",
"api-reference/endpoints/secret-rotations/postgres-credentials/update"
]
+ },
+ {
+ "group": "Redis Credentials",
+ "pages": [
+ "api-reference/endpoints/secret-rotations/redis-credentials/create",
+ "api-reference/endpoints/secret-rotations/redis-credentials/delete",
+ "api-reference/endpoints/secret-rotations/redis-credentials/get-by-id",
+ "api-reference/endpoints/secret-rotations/redis-credentials/get-by-name",
+ "api-reference/endpoints/secret-rotations/redis-credentials/get-generated-credentials-by-id",
+ "api-reference/endpoints/secret-rotations/redis-credentials/list",
+ "api-reference/endpoints/secret-rotations/redis-credentials/rotate-secrets",
+ "api-reference/endpoints/secret-rotations/redis-credentials/update"
+ ]
}
]
},
@@ -1937,6 +1952,18 @@
"api-reference/endpoints/app-connections/zabbix/update",
"api-reference/endpoints/app-connections/zabbix/delete"
]
+ },
+ {
+ "group": "Redis",
+ "pages": [
+ "api-reference/endpoints/app-connections/redis/list",
+ "api-reference/endpoints/app-connections/redis/available",
+ "api-reference/endpoints/app-connections/redis/get-by-id",
+ "api-reference/endpoints/app-connections/redis/get-by-name",
+ "api-reference/endpoints/app-connections/redis/create",
+ "api-reference/endpoints/app-connections/redis/update",
+ "api-reference/endpoints/app-connections/redis/delete"
+ ]
}
]
},
diff --git a/docs/documentation/platform/secret-rotation/redis-credentials.mdx b/docs/documentation/platform/secret-rotation/redis-credentials.mdx
new file mode 100644
index 000000000..558980fa6
--- /dev/null
+++ b/docs/documentation/platform/secret-rotation/redis-credentials.mdx
@@ -0,0 +1,162 @@
+---
+title: "Redis Credentials Rotation"
+description: "Learn how to automatically rotate Redis credentials."
+---
+
+## Prerequisites
+
+1. Create a [Redis Connection](/integrations/app-connections/redis) with the required **Secret Rotation** permissions
+2. Ensure your network security policies allow incoming requests from Infisical to this rotation provider, if network restrictions apply.
+
+Create a Redis Credentials Rotation in Infisical
+
+
+
+ 1. Navigate to your Secret Manager Project's Dashboard and select **Add Secret Rotation** from the actions dropdown.
+ 
+
+ 2. Select the **Redis Credentials** option.
+ 
+
+ 3. Select the **Redis Connection** to use and configure the rotation behavior. Then click **Next**.
+ 
+
+ - **Redis Connection** - the connection that will perform the rotation of the configured database user credentials.
+ - **Rotation Interval** - the interval, in days, that once elapsed will trigger a rotation.
+ - **Rotate At** - the local time of day when rotation should occur once the interval has elapsed.
+ - **Auto-Rotation Enabled** - whether secrets should automatically be rotated once the rotation interval has elapsed. Disable this option to manually rotate secrets or pause secret rotation.
+
+ 4. Input the password requirements and permission scope for the Redis users that will be created for the rotation. Then click **Next**.
+ 
+
+ - **Permission Scope** - The scope of the Redis users that will be created for the rotation. This will default to `~* +@all` if not specified.
+ - **Password Requirements** - The requirements for the password of the Redis users that will be created for the rotation.
+
+ 5. Specify the secret names that the active credentials should be mapped to. Then click **Next**.
+ 
+
+ - **Username** - the name of the secret that the active username will be mapped to.
+ - **Password** - the name of the secret that the active password will be mapped to.
+
+ 6. Give your rotation a name and description (optional). Then click **Next**.
+ 
+
+ - **Name** - the name of the secret rotation configuration. Must be slug-friendly.
+ - **Description** (optional) - a description of this rotation configuration.
+
+ 7. Review your configuration, then click **Create Secret Rotation**.
+ 
+
+ 8. Your **Redis Credentials** are now available for use via the mapped secrets.
+ 
+
+
+ To create a Redis Credentials Rotation, make an API request to the [Create Redis
+ Credentials Rotation](/api-reference/endpoints/secret-rotations/redis-credentials/create) API endpoint.
+
+ ### Sample request
+
+ ```bash Request
+ curl --request POST \
+ --url https://us.infisical.com/api/v2/secret-rotations/redis-credentials \
+ --header 'Content-Type: application/json' \
+ --data '{
+ "name": my-redis-rotation",
+ "projectId": "",
+ "description": "",
+ "connectionId": "",
+ "environment": "dev|staging|prod",
+ "secretPath": "",
+ "isAutoRotationEnabled": true,
+ "rotationInterval": 2,
+ "rotateAtUtc": {
+ "hours": 11.5,
+ "minutes": 29.5
+ },
+ "parameters": {
+ "passwordRequirements": {
+ "length": 64,
+ "required": {
+ "digits": 1,
+ "lowercase": 1,
+ "uppercase": 1,
+ "symbols": 1
+ },
+ "allowedSymbols": "@!+"
+ },
+ "permissionScope": "~* +@all"
+ },
+ "secretsMapping": {
+ "username": "REDIS_USERNAME",
+ "password": "REDIS_PASSWORD"
+ }
+ }'
+ ```
+
+ ### Sample response
+
+ ```bash Response
+ {
+ "secretRotation": {
+ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
+ "name": "my-redis-rotation",
+ "description": "my database credentials rotation",
+ "secretsMapping": {
+ "username": "REDIS_USERNAME",
+ "password": "REDIS_PASSWORD"
+ },
+ "isAutoRotationEnabled": true,
+ "activeIndex": 0,
+ "folderId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
+ "connectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
+ "createdAt": "2023-11-07T05:31:56Z",
+ "updatedAt": "2023-11-07T05:31:56Z",
+ "rotationInterval": 30,
+ "rotationStatus": "success",
+ "lastRotationAttemptedAt": "2023-11-07T05:31:56Z",
+ "lastRotatedAt": "2023-11-07T05:31:56Z",
+ "lastRotationJobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
+ "nextRotationAt": "2023-11-07T05:31:56Z",
+ "connection": {
+ "app": "redis",
+ "name": "my-redis-connection",
+ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
+ },
+ "environment": {
+ "slug": "dev",
+ "name": "Development",
+ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
+ },
+ "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
+ "folder": {
+ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
+ "path": "/"
+ },
+ "rotateAtUtc": {
+ "hours": 0,
+ "minutes": 0
+ },
+ "lastRotationMessage": null,
+ "type": "redis-credentials",
+ "parameters": {
+ "passwordRequirements": {
+ "length": 64,
+ "required": {
+ "digits": 1,
+ "lowercase": 1,
+ "uppercase": 1,
+ "symbols": 1
+ },
+ "allowedSymbols": "@!+"
+ },
+ "permissionScope": "~* +@all"
+ },
+ "secretsMapping": {
+ "username": "REDIS_USERNAME",
+ "password": "REDIS_PASSWORD"
+ }
+ }
+ }
+ ```
+
+
diff --git a/docs/images/app-connections/redis/redis-app-connection-generated.png b/docs/images/app-connections/redis/redis-app-connection-generated.png
new file mode 100644
index 000000000..b3eb5af72
Binary files /dev/null and b/docs/images/app-connections/redis/redis-app-connection-generated.png differ
diff --git a/docs/images/app-connections/redis/redis-app-connection-option.png b/docs/images/app-connections/redis/redis-app-connection-option.png
new file mode 100644
index 000000000..46f3dea6d
Binary files /dev/null and b/docs/images/app-connections/redis/redis-app-connection-option.png differ
diff --git a/docs/images/app-connections/redis/redis-connection-form.png b/docs/images/app-connections/redis/redis-connection-form.png
new file mode 100644
index 000000000..4f368b22a
Binary files /dev/null and b/docs/images/app-connections/redis/redis-connection-form.png differ
diff --git a/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-configuration.png b/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-configuration.png
new file mode 100644
index 000000000..280a8bed6
Binary files /dev/null and b/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-configuration.png differ
diff --git a/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-confirm.png b/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-confirm.png
new file mode 100644
index 000000000..efff5b168
Binary files /dev/null and b/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-confirm.png differ
diff --git a/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-created.png b/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-created.png
new file mode 100644
index 000000000..2e6dd994c
Binary files /dev/null and b/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-created.png differ
diff --git a/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-details.png b/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-details.png
new file mode 100644
index 000000000..9a7552f7c
Binary files /dev/null and b/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-details.png differ
diff --git a/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-parameters.png b/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-parameters.png
new file mode 100644
index 000000000..4d9db7dd4
Binary files /dev/null and b/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-parameters.png differ
diff --git a/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-secrets-mapping.png b/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-secrets-mapping.png
new file mode 100644
index 000000000..10d02a191
Binary files /dev/null and b/docs/images/secret-rotations-v2/redis-credentials/redis-credentials-secrets-mapping.png differ
diff --git a/docs/integrations/app-connections/redis.mdx b/docs/integrations/app-connections/redis.mdx
new file mode 100644
index 000000000..b39d5f8ea
--- /dev/null
+++ b/docs/integrations/app-connections/redis.mdx
@@ -0,0 +1,87 @@
+---
+title: "Redis Connection"
+description: "Learn how to configure a Redis Connection for Infisical."
+---
+
+Infisical supports the use of Username & Password authentication to connect with Redis databases
+
+## Create Redis Connection in Infisical
+
+
+
+
+
+ In your Infisical dashboard, navigate to the **App Connections** page in the desired project.
+
+ 
+
+
+ Click the **+ Add Connection** button and select the **Redis Connection** option from the available integrations.
+
+ 
+
+
+ Complete the Redis Connection form by entering:
+ - A descriptive name for the connection
+ - An optional description for future reference
+ - The Redis host URL for your database
+ - The Redis port for your Redis database
+ - The Redis username for your Redis database
+ - The Redis password for your Redis database
+
+ You can optionally configure SSL/TLS for your Redis connection in the **SSL** section.
+
+
+ 
+
+
+ After clicking Create, your **Redis Connection** is established and ready to use with your Infisical project.
+
+ 
+
+
+
+
+ To create a Redis Connection, make an API request to the [Create Redis Connection](/api-reference/endpoints/app-connections/redis/create) API endpoint.
+
+ ### Sample request
+
+ ```bash Request
+ curl --request POST \
+ --url https://app.infisical.com/api/v1/app-connections/redis \
+ --header 'Content-Type: application/json' \
+ --data '{
+ "name": "my-redis-connection",
+ "method": "username-and-password",
+ "projectId": "7ffbb072-2575-495a-b5b0-127f88caef78",
+ "credentials": {
+ "host": "[REDIS HOST]",
+ "port": 6379,
+ "username": "[REDIS USERNAME]",
+ "password": "[REDIS PASSWORD]",
+ }
+ }'
+ ```
+
+ ### Sample response
+
+ ```bash Response
+ {
+ "appConnection": {
+ "id": "e5d18aca-86f7-4026-a95e-efb8aeb0d8e6",
+ "name": "my-redis-connection",
+ "projectId": "7ffbb072-2575-495a-b5b0-127f88caef78",
+ "description": null,
+ "version": 1,
+ "orgId": "6f03caa1-a5de-43ce-b127-95a145d3464c",
+ "createdAt": "2025-04-23T19:46:34.831Z",
+ "updatedAt": "2025-04-23T19:46:34.831Z",
+ "isPlatformManagedCredentials": false,
+ "credentialsHash": "7c2d371dec195f82a6a0d5b41c970a229cfcaf88e894a5b6395e2dbd0280661f",
+ "app": "redis",
+ "method": "username-and-password",
+ }
+ }
+ ```
+
+
diff --git a/docs/snippets/AppConnectionsBrowser.jsx b/docs/snippets/AppConnectionsBrowser.jsx
index 72ad40cff..951a643dd 100644
--- a/docs/snippets/AppConnectionsBrowser.jsx
+++ b/docs/snippets/AppConnectionsBrowser.jsx
@@ -42,6 +42,7 @@ export const AppConnectionsBrowser = () => {
{"name": "PostgreSQL", "slug": "postgres", "path": "/integrations/app-connections/postgres", "description": "Learn how to connect your PostgreSQL database to pull secrets from Infisical.", "category": "Databases"},
{"name": "Microsoft SQL Server", "slug": "mssql", "path": "/integrations/app-connections/mssql", "description": "Learn how to connect your SQL Server database to pull secrets from Infisical.", "category": "Databases"},
{"name": "Oracle Database", "slug": "oracledb", "path": "/integrations/app-connections/oracledb", "description": "Learn how to connect your Oracle database to pull secrets from Infisical.", "category": "Databases"},
+ {"name": "Redis", "slug": "redis", "path": "/integrations/app-connections/redis", "description": "Learn how to connect Redis to pull secrets from Infisical.", "category": "Databases"},
{"name": "LDAP", "slug": "ldap", "path": "/integrations/app-connections/ldap", "description": "Learn how to connect your LDAP to pull secrets from Infisical.", "category": "Directory Services"},
{"name": "Auth0", "slug": "auth0", "path": "/integrations/app-connections/auth0", "description": "Learn how to connect your Auth0 to pull secrets from Infisical.", "category": "Identity & Auth"},
{"name": "Okta", "slug": "okta", "path": "/integrations/app-connections/okta", "description": "Learn how to connect your Okta to pull secrets from Infisical.", "category": "Identity & Auth"}
diff --git a/docs/snippets/RotationsBrowser.jsx b/docs/snippets/RotationsBrowser.jsx
index 3d50656b6..3dbede698 100644
--- a/docs/snippets/RotationsBrowser.jsx
+++ b/docs/snippets/RotationsBrowser.jsx
@@ -14,6 +14,7 @@ export const RotationsBrowser = () => {
{"name": "LDAP Password", "slug": "ldap-password", "path": "/documentation/platform/secret-rotation/ldap-password", "description": "Learn how to automatically rotate LDAP user passwords.", "category": "Identity & Auth"},
{"name": "MySQL", "slug": "mysql-credentials", "path": "/documentation/platform/secret-rotation/mysql-credentials", "description": "Learn how to automatically rotate MySQL database credentials.", "category": "Databases"},
{"name": "PostgreSQL", "slug": "postgres-credentials", "path": "/documentation/platform/secret-rotation/postgres-credentials", "description": "Learn how to automatically rotate PostgreSQL database credentials.", "category": "Databases"},
+ {"name": "Redis", "slug": "redis-credentials", "path": "/documentation/platform/secret-rotation/redis-credentials", "description": "Learn how to automatically rotate Redis database credentials.", "category": "Databases"},
{"name": "Microsoft SQL Server", "slug": "mssql-credentials", "path": "/documentation/platform/secret-rotation/mssql-credentials", "description": "Learn how to automatically rotate Microsoft SQL Server credentials.", "category": "Databases"},
{"name": "Oracle Database", "slug": "oracledb-credentials", "path": "/documentation/platform/secret-rotation/oracledb-credentials", "description": "Learn how to automatically rotate Oracle Database credentials.", "category": "Databases"}
].sort(function(a, b) {