]> git.saurik.com Git - redis.git/commitdiff
Fixed an error in the example sentinel.conf.
authorantirez <antirez@gmail.com>
Mon, 23 Jul 2012 13:08:36 +0000 (15:08 +0200)
committerantirez <antirez@gmail.com>
Thu, 27 Sep 2012 11:03:55 +0000 (13:03 +0200)
sentinel.conf

index fc8abe98af26e370944b06b4bc9d2ae0a6aa6dd1..381d51fd184ea8d1f854188ef65dce3d6e21f6f1 100644 (file)
@@ -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 ".-_".