summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/config-resetstat.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/config-resetstat.md')
-rw-r--r--iredis/data/commands/config-resetstat.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/iredis/data/commands/config-resetstat.md b/iredis/data/commands/config-resetstat.md
new file mode 100644
index 0000000..d25a25b
--- /dev/null
+++ b/iredis/data/commands/config-resetstat.md
@@ -0,0 +1,16 @@
+Resets the statistics reported by Redis using the `INFO` command.
+
+These are the counters that are reset:
+
+- Keyspace hits
+- Keyspace misses
+- Number of commands processed
+- Number of connections received
+- Number of expired keys
+- Number of rejected connections
+- Latest fork(2) time
+- The `aof_delayed_fsync` counter
+
+@return
+
+@simple-string-reply: always `OK`.