summaryrefslogtreecommitdiffstats
path: root/src/commands/config-resetstat.json
blob: 0180402abeabf52af4b964c264f0cc10eb2a1e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "RESETSTAT": {
        "summary": "Reset the stats returned by INFO",
        "complexity": "O(1)",
        "group": "server",
        "since": "2.0.0",
        "arity": 2,
        "container": "CONFIG",
        "function": "configResetStatCommand",
        "command_flags": [
            "ADMIN",
            "NOSCRIPT",
            "LOADING",
            "STALE"
        ]
    }
}