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, 24 insertions, 0 deletions
diff --git a/examples/redis-unstable/src/commands/config-resetstat.json b/examples/redis-unstable/src/commands/config-resetstat.json new file mode 100644 index 0000000..fd6701f --- /dev/null +++ b/examples/redis-unstable/src/commands/config-resetstat.json | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | { | ||
| 2 | "RESETSTAT": { | ||
| 3 | "summary": "Resets the server's statistics.", | ||
| 4 | "complexity": "O(1)", | ||
| 5 | "group": "server", | ||
| 6 | "since": "2.0.0", | ||
| 7 | "arity": 2, | ||
| 8 | "container": "CONFIG", | ||
| 9 | "function": "configResetStatCommand", | ||
| 10 | "command_flags": [ | ||
| 11 | "ADMIN", | ||
| 12 | "NOSCRIPT", | ||
| 13 | "LOADING", | ||
| 14 | "STALE" | ||
| 15 | ], | ||
| 16 | "command_tips": [ | ||
| 17 | "REQUEST_POLICY:ALL_NODES", | ||
| 18 | "RESPONSE_POLICY:ALL_SUCCEEDED" | ||
| 19 | ], | ||
| 20 | "reply_schema": { | ||
| 21 | "const": "OK" | ||
| 22 | } | ||
| 23 | } | ||
| 24 | } | ||
