From: antirez Date: Mon, 23 Jul 2012 13:08:36 +0000 (+0200) Subject: Fixed an error in the example sentinel.conf. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/d26a8fb4dbb0e98eb64d5a95541cea3fc95d9906 Fixed an error in the example sentinel.conf. --- diff --git a/sentinel.conf b/sentinel.conf index fc8abe98..381d51fd 100644 --- a/sentinel.conf +++ b/sentinel.conf @@ -2,7 +2,7 @@ # sentinel monitor 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 sentinels agree. # # Note: master name should not include special characters or spaces. # The valid charset is A-z 0-9 and the three characters ".-_".