]> git.saurik.com Git - redis.git/blobdiff - sentinel.conf
Prevent a spurious +sdown event on switch.
[redis.git] / sentinel.conf
index 0e7a954290258907d2eda035666028ea0ac2ad79..381d51fd184ea8d1f854188ef65dce3d6e21f6f1 100644 (file)
@@ -1,8 +1,8 @@
-# Example sentienl.conf
+# Example sentinel.conf
 
 # 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 ".-_".