summaryrefslogtreecommitdiff
path: root/src/commands/acl-log.json
blob: c599685ddcb48337c558b37009af2171d90555e2 (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
26
27
28
29
30
31
32
33
34
35
36
{
    "LOG": {
        "summary": "List latest events denied because of ACLs in place",
        "complexity": "O(N) with N being the number of entries shown.",
        "group": "server",
        "since": "6.0.0",
        "arity": -2,
        "container": "ACL",
        "function": "aclCommand",
        "command_flags": [
            "ADMIN",
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "SENTINEL"
        ],
        "arguments": [
            {
                "name": "operation",
                "type": "oneof",
                "optional": true,
                "arguments": [
                    {
                        "name": "count",
                        "type": "integer"
                    },
                    {
                        "name": "reset",
                        "type": "pure-token",
                        "token": "RESET"
                    }
                ]
            }
        ]
    }
}