summaryrefslogtreecommitdiffstats
path: root/src/commands/acl-users.json
blob: 1a6bc75579a9a7e078ca03dd68d16043f7803896 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "USERS": {
        "summary": "Lists all ACL users.",
        "complexity": "O(N). Where N is the number of configured users.",
        "group": "server",
        "since": "6.0.0",
        "arity": 2,
        "container": "ACL",
        "function": "aclCommand",
        "command_flags": [
            "ADMIN",
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "SENTINEL"
        ],
        "reply_schema": {
            "type": "array",
            "description": "List of existing ACL users",
            "items": {
                "type": "string"
            }
        }
    }
}