- Usage:
-
ACL USERS
- Complexity:
- O(N). Where N is the number of configured users.
- Since:
- 6.0.0
The command shows a list of all the usernames of the currently configured users in the Valkey ACL system.
Examples
127.0.0.1:6379> ACL USERS
1) "anna"
2) "antirez"
3) "default"