0

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?

Cynial
  • 680
  • 8
  • 23

1 Answers1

1

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

Chris Tanner
  • 1,624
  • 1
  • 12
  • 20