summaryrefslogtreecommitdiff
path: root/sentinel.conf
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-07-23 15:08:36 +0200
committerantirez <antirez@gmail.com>2012-09-27 13:03:55 +0200
commitd26a8fb4dbb0e98eb64d5a95541cea3fc95d9906 (patch)
tree2bf88664a022f355f9a1accfc8a88bf625555eff /sentinel.conf
parent5b5eb192f5a298c3a175e9f8515562bc64b59da1 (diff)
downloadredis-d26a8fb4dbb0e98eb64d5a95541cea3fc95d9906.tar.gz
Fixed an error in the example sentinel.conf.
Diffstat (limited to 'sentinel.conf')
-rw-r--r--sentinel.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/sentinel.conf b/sentinel.conf
index fc8abe98a..381d51fd1 100644
--- a/sentinel.conf
+++ b/sentinel.conf
@@ -2,7 +2,7 @@
# sentinel monitor <name> <ip> <port> quorum. Tells Sentinel to monitor this
# slave, and to consider it in O_DOWN (Objectively Down) state only if at
-# least two sentinels agree.
+# least <quorum> sentinels agree.
#
# Note: master name should not include special characters or spaces.
# The valid charset is A-z 0-9 and the three characters ".-_".