Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
d26a8fb4
Commit
d26a8fb4
authored
Jul 23, 2012
by
antirez
Browse files
Fixed an error in the example sentinel.conf.
parent
5b5eb192
Changes
1
Show whitespace changes
Inline
Side-by-side
sentinel.conf
View file @
d26a8fb4
...
@@ -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 ".-_".
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment