mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 21:41:32 +00:00
CONFIG RESETSTAT resets two more fields.
This commit is contained in:
@ -859,6 +859,8 @@ void configCommand(redisClient *c) {
|
|||||||
server.stat_numcommands = 0;
|
server.stat_numcommands = 0;
|
||||||
server.stat_numconnections = 0;
|
server.stat_numconnections = 0;
|
||||||
server.stat_expiredkeys = 0;
|
server.stat_expiredkeys = 0;
|
||||||
|
server.stat_rejected_conn = 0;
|
||||||
|
server.stat_fork_time = 0;
|
||||||
server.aof_delayed_fsync = 0;
|
server.aof_delayed_fsync = 0;
|
||||||
resetCommandTableStats();
|
resetCommandTableStats();
|
||||||
addReply(c,shared.ok);
|
addReply(c,shared.ok);
|
||||||
|
Reference in New Issue
Block a user