From da8c7c49bf534f6c75c2cb2724a3060e8b6bbab2 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 16 Mar 2020 13:48:29 +0100 Subject: [PATCH] Example sentinel conf: document requirepass. --- sentinel.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sentinel.conf b/sentinel.conf index bc9a705ac..796f45088 100644 --- a/sentinel.conf +++ b/sentinel.conf @@ -112,6 +112,14 @@ sentinel monitor mymaster 127.0.0.1 6379 2 # Default is 30 seconds. sentinel down-after-milliseconds mymaster 30000 +# requirepass +# +# You can configure Sentinel itself to require a password, however when doing +# so Sentinel will try to authenticate with the same password to all the +# other Sentinels. So you need to configure all your Sentinels in a given +# group with the same "requirepass" password. Check the following documentation +# for more info: https://redis.io/topics/sentinel + # sentinel parallel-syncs # # How many replicas we can reconfigure to point to the new replica simultaneously