Merge commit '7c07841632500dfdff31f5a69e5bd140abea646c' into redis_6_merge

Former-commit-id: 8056e349e0c76519a62ca97e5b754e55b1bac5c0
This commit is contained in:
John Sully 2020-04-14 21:26:51 -04:00
commit 9e7c1a13e6

View File

@ -112,6 +112,14 @@ sentinel monitor mymaster 127.0.0.1 6379 2
# Default is 30 seconds. # Default is 30 seconds.
sentinel down-after-milliseconds mymaster 30000 sentinel down-after-milliseconds mymaster 30000
# requirepass <password>
#
# 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 <master-name> <numreplicas> # sentinel parallel-syncs <master-name> <numreplicas>
# #
# How many replicas we can reconfigure to point to the new replica simultaneously # How many replicas we can reconfigure to point to the new replica simultaneously