Skip to content

Omit SLAVEOF if Redis is in an HA environment

Stan Hu requested to merge sh-omit-slaveof-redis into master

When Sentinels are in use, we need to omit SLAVEOF from the configuration or a Redis master could end up being a slave to itself.

Closes #3682 (closed)

Merge request reports