summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/acl-users.md
blob: c4d4d8c3e489c6389cab7560cf5e1a0a426f5c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
```