1
0
Fork 0
iredis/iredis/data/commands/acl-users.md
Daniel Baumann 7d10e6c54a
Adding upstream version 1.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 17:11:00 +01:00

15 lines
204 B
Markdown

The command shows a list of all the usernames of the currently configured
users in the Redis ACL system.
@return
An array of strings.
@examples
```
> ACL USERS
1) "anna"
2) "antirez"
3) "default"
```