summaryrefslogtreecommitdiffstats
path: root/src/commands/config-resetstat.json
blob: fd6701f0d9e265028c7866946f7f1d4fa55a93d1 (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
{
    "RESETSTAT": {
        "summary": "Resets the server's statistics.",
        "complexity": "O(1)",
        "group": "server",
        "since": "2.0.0",
        "arity": 2,
        "container": "CONFIG",
        "function": "configResetStatCommand",
        "command_flags": [
            "ADMIN",
            "NOSCRIPT",
            "LOADING",
            "STALE"
        ],
        "command_tips": [
          "REQUEST_POLICY:ALL_NODES",
          "RESPONSE_POLICY:ALL_SUCCEEDED"
        ],
        "reply_schema": {
            "const": "OK"
        }
    }
}