mirror of
https://github.com/fluencelabs/redis
synced 2025-05-12 10:47:12 +00:00
more slow log merge, I forgot to resolve a conflict.
This commit is contained in:
parent
06966abc66
commit
30b345ddbb
@ -404,15 +404,12 @@ 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 */
|
||||
<<<<<<< HEAD
|
||||
size_t stat_peak_memory; /* max used memory record */
|
||||
long long stat_fork_time; /* time needed to perform latets fork() */
|
||||
=======
|
||||
list *slowlog;
|
||||
long long slowlog_entry_id;
|
||||
long long slowlog_log_slower_than;
|
||||
unsigned long slowlog_max_len;
|
||||
>>>>>>> ad6347b... Slowlog backported to 2.2
|
||||
/* Configuration */
|
||||
int verbosity;
|
||||
int maxidletime;
|
||||
|
Loading…
x
Reference in New Issue
Block a user