mirror of
https://github.com/fluencelabs/redis
synced 2025-08-01 00:41:56 +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