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