Back to Redis

ACL USERS

content/commands/acl-users.md

latest1021 B
Original Source

The command shows a list of all the usernames of the currently configured users in the Redis ACL system.

Examples

> ACL USERS
1) "anna"
2) "antirez"
3) "default"

Redis Software and Redis Cloud compatibility

| Redis Software | Redis Cloud | <span style="min-width: 9em; display: table-cell">Notes</span> | |:----------------------|:-----------------|:------| | <span title="Supported">✅ Standard</span> <span title="Supported"><nobr>✅ Active-Active</nobr></span> | <span title="Supported">✅ Standard</span> <span title="Supported"><nobr>✅ Active-Active</nobr></span> | Not supported for [scripts]({{<relref "/develop/programmability">}}). |

Return information

{{< multitabs id="acl-users-return-info" tab1="RESP2" tab2="RESP3" >}}

Array reply: list of existing ACL users.

-tab-sep-

Array reply: list of existing ACL users.

{{< /multitabs >}}