mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 14:31:34 +00:00
Set SO_KEEPALIVE on client sockets if configured to do so.
This commit is contained in:
@ -568,6 +568,7 @@ struct redisServer {
|
||||
/* Configuration */
|
||||
int verbosity; /* Loglevel in redis.conf */
|
||||
int maxidletime; /* Client timeout in seconds */
|
||||
int tcpkeepalive; /* Set SO_KEEPALIVE if non-zero. */
|
||||
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