summaryrefslogtreecommitdiff
path: root/src/commands/latency-reset.json
blob: cdd488cafc51279b074fbe3080abd89168995887 (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
{
    "RESET": {
        "summary": "Reset latency data for one or more events.",
        "complexity": "O(1)",
        "group": "server",
        "since": "2.8.13",
        "arity": -2,
        "container": "LATENCY",
        "function": "latencyCommand",
        "command_flags": [
            "ADMIN",
            "NOSCRIPT",
            "LOADING",
            "STALE"
        ],
        "arguments": [
            {
                "name": "event",
                "type": "string",
                "optional": true,
                "multiple": true
            }
        ]
    }
}