0
votes

I'd like to add a new slave to the Redis Cluster, which has 3 masters and 3 slaves currently. But the new slave it's only for bgsave, it can't be master if the master fail-over, can I do that?

1

1 Answers

1
votes

It looks like you can use the 'cluster-slave-no-failover' option as of this commit: https://github.com/antirez/redis/pull/3041/files discussed here https://github.com/antirez/redis/issues/3021