projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b5eb19
)
Fixed an error in the example sentinel.conf.
author
antirez
<antirez@gmail.com>
Mon, 23 Jul 2012 13:08:36 +0000
(15:08 +0200)
committer
antirez
<antirez@gmail.com>
Thu, 27 Sep 2012 11:03:55 +0000
(13:03 +0200)
sentinel.conf
patch
|
blob
|
blame
|
history
diff --git
a/sentinel.conf
b/sentinel.conf
index fc8abe98af26e370944b06b4bc9d2ae0a6aa6dd1..381d51fd184ea8d1f854188ef65dce3d6e21f6f1 100644
(file)
--- a/
sentinel.conf
+++ b/
sentinel.conf
@@
-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 ".-_".