summaryrefslogtreecommitdiff
path: root/src/commands/client-help.json
blob: 6f725bae6d089aafd3f59f27c6bf6307f93a2ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "HELP": {
        "summary": "Show helpful text about the different subcommands",
        "complexity": "O(1)",
        "group": "connection",
        "since": "5.0.0",
        "arity": 2,
        "container": "CLIENT",
        "function": "clientCommand",
        "command_flags": [
            "LOADING",
            "STALE"
        ],
        "acl_categories": [
            "CONNECTION"
        ]
    }
}