diff --git a/content/operate/rs/security/access-control/redis-acl-overview.md b/content/operate/rs/security/access-control/redis-acl-overview.md index 57410069a9..db105718b3 100644 --- a/content/operate/rs/security/access-control/redis-acl-overview.md +++ b/content/operate/rs/security/access-control/redis-acl-overview.md @@ -18,7 +18,7 @@ Redis Enterprise Software provides one predefined Redis ACL named **Full Access* ## Redis ACL syntax -Redis ACLs are defined by a [Redis syntax]({{< relref "/operate/oss_and_stack/management/security/acl" >}}) where you specify the commands or command categories that are allowed for specific keys. +Redis ACLs are defined by a set of rules where you specify the commands or command categories that are allowed for specific keys. ### Commands and categories @@ -195,3 +195,6 @@ Redis ACLs also have the following differences in Redis Enterprise Software: - REST API [`PUT /v1/users`]({{< relref "/operate/rs/references/rest-api/requests/users#put-user" >}}) request and provide `password` +## See also + +[Redis ACL rules]({{< relref "/operate/oss_and_stack/management/security/acl" >}})