mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 21:41:32 +00:00
Added an unique ID field to every slow log entry.
This commit is contained in:
@ -528,6 +528,7 @@ struct redisServer {
|
||||
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;
|
||||
/* Configuration */
|
||||
|
Reference in New Issue
Block a user