summaryrefslogtreecommitdiffstats
path: root/src/commands/latency-help.json
blob: 682beee2ad08df155f3287573281bc71b607ea51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "HELP": {
        "summary": "Show helpful text about the different subcommands.",
        "complexity": "O(1)",
        "group": "server",
        "since": "2.8.13",
        "arity": 2,
        "container": "LATENCY",
        "function": "latencyCommand",
        "command_flags": [
            "LOADING",
            "STALE"
        ]
    }
}