Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
_GoBack
_GoBack
REDIS Authentication with Password

...

Uncomment sentinel auth-pass parameter and set it to the same password as used in redis.conf:

...


sentinel auth-pass masterid MyVeryLongAndComplexPasword12345

Where masterid is the master name from sentinel monitor parameter

Make sure this parameter is after parameter sentinel monitor in the configuration file.

...