Commit 1bbdf170 authored by antirez's avatar antirez
Browse files

Fixed an error in the example sentinel.conf.

parent be2be3d9
......@@ -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 ".-_".
......
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