summaryrefslogtreecommitdiff
path: root/src/commands/info.json
blob: 452d735615599bdff2d0983eadb4f8b5af1f3e11 (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
{
    "INFO": {
        "summary": "Get information and statistics about the server",
        "complexity": "O(1)",
        "group": "server",
        "since": "1.0.0",
        "arity": -1,
        "function": "infoCommand",
        "command_flags": [
            "RANDOM",
            "LOADING",
            "STALE",
            "SENTINEL"
        ],
        "acl_categories": [
            "DANGEROUS"
        ],
        "arguments": [
            {
                "name": "section",
                "type": "string",
                "optional": true
            }
        ]
    }
}