Redis CONFIG RESETSTAT 命令用来重置 INFO 命令统计里面的一些计算器。
命令格式
CONFIG RESETSTAT
可用版本:>=2.0.0
时间复杂度:O(1)
被重置的数据如下:
- 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
命令返回值
总是返回 OK。