mirror of
https://github.com/fluencelabs/redis
synced 2025-06-25 23:11:33 +00:00
DEBUG set-active-expire added.
We need the ability to disable the activeExpireCycle() (active expired key collection) call for testing purposes.
This commit is contained in:
@ -728,6 +728,7 @@ struct redisServer {
|
||||
int verbosity; /* Loglevel in redis.conf */
|
||||
int maxidletime; /* Client timeout in seconds */
|
||||
int tcpkeepalive; /* Set SO_KEEPALIVE if non-zero. */
|
||||
int active_expire_enabled; /* Can be disabled for testing purposes. */
|
||||
size_t client_max_querybuf_len; /* Limit for client query buffer length */
|
||||
int dbnum; /* Total number of configured DBs */
|
||||
int daemonize; /* True if running as a daemon */
|
||||
|
Reference in New Issue
Block a user