diff options
author | antirez <antirez@gmail.com> | 2012-07-23 15:08:36 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2012-07-23 15:08:36 +0200 |
commit | 1bbdf1709ff6b9b3c8ee4b77cefe251be8969707 (patch) | |
tree | d53cee57951a1290a38ba8bd113298fb132b575c /sentinel.conf | |
parent | be2be3d903409fa48d43488541b4919f4645ac4c (diff) | |
download | redis-1bbdf1709ff6b9b3c8ee4b77cefe251be8969707.tar.gz |
Fixed an error in the example sentinel.conf.
Diffstat (limited to 'sentinel.conf')
-rw-r--r-- | sentinel.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sentinel.conf b/sentinel.conf index fc8abe98a..381d51fd1 100644 --- 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 ".-_". |