What's new in Valkey 9.0? Discover new features and improvements. Read the announcement.

ACL USERS

Lists all ACL users.

Usage
ACL USERS
Complexity
O(N). Where N is the number of configured users.
Since
6.0.0
ACL Categories
@admin, @dangerous, @slow
Command flags
ADMIN, NOSCRIPT, LOADING, STALE, SENTINEL

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"

Replies

RESP2

Array reply: list of existing ACL users.

RESP3

Array reply: list of existing ACL users.