peak mem in INFO backported from unstable branch

This commit is contained in:
antirez
2011-04-21 16:55:27 +02:00
parent bd50301f3e
commit 1c30cad1ab
2 changed files with 12 additions and 1 deletions

View File

@ -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;