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"
Lists all ACL users.
The command shows a list of all the usernames of the currently configured users in the Valkey ACL system.
127.0.0.1:6379> ACL USERS
1) "anna"
2) "antirez"
3) "default"
Array reply: list of existing ACL users.
Array reply: list of existing ACL users.