ACL 用户

Syntax
ACL USERS
Available since:
6.0.0
Time complexity:
O(N). Where N is the number of configured users.
ACL categories:
@admin, @slow, @dangerous,

该命令显示Redis ACL系统中当前配置的所有用户的用户名列表。

示例

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

RESP2/RESP3 回复

Array reply: list of existing ACL users.
RATE THIS PAGE
Back to top ↑