diff options
Diffstat (limited to 'src/commands/config-resetstat.json')
-rw-r--r-- | src/commands/config-resetstat.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/commands/config-resetstat.json b/src/commands/config-resetstat.json new file mode 100644 index 0000000..fd6701f --- /dev/null +++ b/src/commands/config-resetstat.json @@ -0,0 +1,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" + } + } +} |