Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
98b1a852
Commit
98b1a852
authored
Feb 08, 2013
by
antirez
Browse files
tcp-keepalive option documented in redis.conf.
parent
124a635b
Changes
1
Hide whitespace changes
Inline
Side-by-side
redis.conf
View file @
98b1a852
...
...
@@ -39,6 +39,17 @@ port 6379
# Close the connection after a client is idle for N seconds (0 to disable)
timeout
0
# TCP keepalive.
#
# When this option is set to a non-zero value, SO_KEEPALIVE option will be
# enabled in order to send ACKs just to avoid connection drops or to detect
# dead peers.
#
# The value you specify with this option is the period (in seconds) we use
# in order to refresh the connection with TCP ACKs, however the period is
# only actually set on Linux. Other kernels will use the system-wide default.
tcp
-
keepalive
0
# Specify the server verbosity level.
# This can be one of:
# debug (a lot of information, useful for development/testing)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment