mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 01:31:21 +00:00
INFO commandstats section reset with config resetstat, a new microseconds per call field, and a few other minor things
This commit is contained in:
@ -555,6 +555,7 @@ void configCommand(redisClient *c) {
|
||||
server.stat_numcommands = 0;
|
||||
server.stat_numconnections = 0;
|
||||
server.stat_expiredkeys = 0;
|
||||
resetCommandTableStats();
|
||||
addReply(c,shared.ok);
|
||||
} else {
|
||||
addReplyError(c,
|
||||
|
Reference in New Issue
Block a user