mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 09:11:20 +00:00
Unify stats reset for CONFIG RESETSTAT / initServer().
Now CONFIG RESETSTAT makes sure to reset all the fields, and in the future it will be simpler to avoid missing new fields.
This commit is contained in:
@ -1154,7 +1154,8 @@ void populateCommandTable(void);
|
||||
void resetCommandTableStats(void);
|
||||
void adjustOpenFilesLimit(void);
|
||||
void closeListeningSockets(int unlink_unix_socket);
|
||||
void updateCachedTime();
|
||||
void updateCachedTime(void);
|
||||
void resetServerStats(void);
|
||||
|
||||
/* Set data type */
|
||||
robj *setTypeCreate(robj *value);
|
||||
|
Reference in New Issue
Block a user