summaryrefslogtreecommitdiffstats
path: root/src/commands/config-resetstat.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/config-resetstat.json')
-rw-r--r--src/commands/config-resetstat.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/commands/config-resetstat.json b/src/commands/config-resetstat.json
new file mode 100644
index 0000000..0180402
--- /dev/null
+++ b/src/commands/config-resetstat.json
@@ -0,0 +1,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"
+ ]
+ }
+}