Commit d26a8fb4 authored by antirez's avatar antirez
Browse files

Fixed an error in the example sentinel.conf.

parent 5b5eb192
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# sentinel monitor <name> <ip> <port> quorum. Tells Sentinel to monitor this # 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 # 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. # Note: master name should not include special characters or spaces.
# The valid charset is A-z 0-9 and the three characters ".-_". # The valid charset is A-z 0-9 and the three characters ".-_".
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment