summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/acl-users.md
blob: 9b0fe1bf38dd2eac6be931a1c57656b16cf6a215 (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"
```