RedisAcls
Get all Redis ACLs
Get all Redis ACLs in the cluster
get/v1/redis_acls
Response
List of Redis ACLs
Example response
[
{
"acl": "on >allcommands allkeys",
"max_version": "9999",
"min_version": "6.2",
"name": "default",
"uid": 1
}
]