summaryrefslogtreecommitdiff
path: root/src/commands/latency-doctor.json
blob: 8f1f8dd37dc34fd4abe22801c0d957e17435881c (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
{
    "DOCTOR": {
        "summary": "Returns a human-readable latency analysis report.",
        "complexity": "O(1)",
        "group": "server",
        "since": "2.8.13",
        "arity": 2,
        "container": "LATENCY",
        "function": "latencyCommand",
        "command_flags": [
            "ADMIN",
            "NOSCRIPT",
            "LOADING",
            "STALE"
        ],
        "command_tips": [
            "NONDETERMINISTIC_OUTPUT",
            "REQUEST_POLICY:ALL_NODES",
            "RESPONSE_POLICY:SPECIAL"
        ],
        "reply_schema": {
            "type": "string",
            "description": "A human readable latency analysis report."
        }
    }
}