summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-04-04 12:29:10 +0200
committerantirez <antirez@gmail.com>2013-04-04 12:29:10 +0200
commit05fa4f403460d8121de05dfc0d377dbcbd3ab264 (patch)
treed805842155d694569e57b2a84f1e3e2548e43354 /redis.conf
parent00bab23c4188bea8bfed9b232fc2c771d9734276 (diff)
downloadredis-05fa4f403460d8121de05dfc0d377dbcbd3ab264.tar.gz
Cluster: node timeout is now configurable.
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/redis.conf b/redis.conf
index f4b0af7e0..9bcb130de 100644
--- a/redis.conf
+++ b/redis.conf
@@ -493,6 +493,12 @@ lua-time-limit 5000
#
# cluster-config-file nodes-6379.conf
+# Cluster node timeout is the amount of seconds a node must be unreachable
+# for it to be considered in failure state.
+# Most other internal time limits are multiplicators of the node timeout.
+#
+# cluster-node-timeout 15
+
# In order to setup your cluster make sure to read the documentation
# available at http://redis.io web site.