RedisAcls
Create a new Redis ACL
Create a new Redis ACL with the provided configuration
post/v1/redis_acls
Query parameters
dry_runboolean
Validate the request without persisting changes
Request body
Example request
{
"acl": "on >allcommands allkeys",
"max_version": "9999",
"min_version": "6.2",
"name": "default",
"uid": 1
}Response
Redis ACL created successfully
Example response
{
"acl": "on >allcommands allkeys",
"max_version": "9999",
"min_version": "6.2",
"name": "default",
"uid": 1
}