diff --git a/docs/documentation/platform/pam/getting-started/resources/redis.mdx b/docs/documentation/platform/pam/getting-started/resources/redis.mdx index 16bb58e80b..ba39d5ad90 100644 --- a/docs/documentation/platform/pam/getting-started/resources/redis.mdx +++ b/docs/documentation/platform/pam/getting-started/resources/redis.mdx @@ -6,8 +6,8 @@ description: "Learn how to configure Redis access through Infisical PAM for secu Infisical PAM supports secure, just-in-time access to Redis instances. This allows your team to access Redis databases without sharing long-lived credentials, while maintaining a complete audit trail of who accessed what and when. -We support all major Redis server versions since Redis 1.0 that use the [RESP protocol](https://redis.io/docs/latest/develop/reference/protocol-spec/). -There are different variants of Redis servers or forks which are also based on RESP protocol, such as [Valkey](https://valkey.io), and they all work with Infisical PAM. +Infisical supports all major Redis server versions since Redis 1.0 that use the [RESP protocol](https://redis.io/docs/latest/develop/reference/protocol-spec/). +Redis server forks and variants based on the RESP protocol such as [Valkey](https://valkey.io) are also supported by Infisical PAM. ## How It Works