ACL USERS

ACL USERS
Available since:
Redis Open Source 6.0.0
Time complexity:
O(N). Where N is the number of configured users.
ACL categories:
@admin, @slow, @dangerous,
Compatibility:
Redis Enterprise and Redis Cloud compatibility

The command shows a list of all the usernames of the currently configured users in the Redis ACL system.

Examples

> ACL USERS 1) "anna" 2) "antirez" 3) "default" 

Redis Enterprise and Redis Cloud compatibility

Redis
Enterprise
Redis
Cloud
Notes
✅ Standard
✅ Active-Active
✅ Standard
✅ Active-Active
Not supported for scripts.

Return information

Array reply: list of existing ACL users.