summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/config-resetstat.md
blob: cb0232b4e7669b2176543cae3654e170ecd0e2f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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`.