summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-10-09 16:21:27 +0200
committerantirez <antirez@gmail.com>2013-10-09 16:21:27 +0200
commite5864c73b646d7974baa86496fde00fdb0b898a7 (patch)
treeb309ccaf600dddd8ed4ff5397ee6e07a05e48859 /redis.conf
parentba4242863351a1ba3794532844545860c77ba6f6 (diff)
downloadredis-e5864c73b646d7974baa86496fde00fdb0b898a7.tar.gz
Cluster: example redis.conf updated from sec to ms for cluster-node-timeout.
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/redis.conf b/redis.conf
index a31d014c4..abe74bfc4 100644
--- a/redis.conf
+++ b/redis.conf
@@ -523,11 +523,11 @@ lua-time-limit 5000
#
# cluster-config-file nodes-6379.conf
-# Cluster node timeout is the amount of seconds a node must be unreachable
+# Cluster node timeout is the amount of milliseconds a node must be unreachable
# for it to be considered in failure state.
-# Most other internal time limits are multiplicators of the node timeout.
+# Most other internal time limits are multiple of the node timeout.
#
-# cluster-node-timeout 15
+# cluster-node-timeout 15000
# In order to setup your cluster make sure to read the documentation
# available at http://redis.io web site.