2025-02-09 17:11:00 +01:00
|
|
|
The command shows a list of all the usernames of the currently configured
|
|
|
|
users in the Redis ACL system.
|
2025-02-09 16:57:44 +01:00
|
|
|
|
|
|
|
@return
|
|
|
|
|
|
|
|
An array of strings.
|
|
|
|
|
|
|
|
@examples
|
|
|
|
|
|
|
|
```
|
|
|
|
> ACL USERS
|
|
|
|
1) "anna"
|
|
|
|
2) "antirez"
|
|
|
|
3) "default"
|
|
|
|
```
|