mirror of
https://github.com/fluencelabs/redis
synced 2025-06-29 08:51:33 +00:00
peak mem in INFO backported from unstable branch
This commit is contained in:
@ -396,6 +396,7 @@ struct redisServer {
|
||||
long long stat_evictedkeys; /* number of evicted keys (maxmemory) */
|
||||
long long stat_keyspace_hits; /* number of successful lookups of keys */
|
||||
long long stat_keyspace_misses; /* number of failed lookups of keys */
|
||||
size_t stat_peak_memory; /* max used memory record */
|
||||
/* Configuration */
|
||||
int verbosity;
|
||||
int maxidletime;
|
||||
|
Reference in New Issue
Block a user