4

I have two redis instances on two different servers. I want to implement replication/mirroring with both writable instances.

In case of failover one of them, other instance keep all data and be writable.

Also, the client could connect both servers to access any data.

I tried Redis cluster tutorial and I implemented clustering in redis with 3 masters and 3 slaves but because of my server resource limits, I am trying to do this using two redis instances.

  • 1
    Redis the open source does not support active-active replication – Itamar Haber Dec 13 '17 at 15:46
  • @ItamarHaber so what is the solution? – Mojtaba Yeganeh Dec 13 '17 at 21:15
  • 2
    There isn't one within the scope of the open source project. Redis Labs (disclosure: my employer) provides a commercial solution for that is built on Redis and CRDTs. Alternatively, I've heard that Netflix's dynomite may be able to do what you're asking for. – Itamar Haber Dec 14 '17 at 00:54
  • Possible duplicate of [Redis active-active replication](https://stackoverflow.com/questions/21076234/redis-active-active-replication) – Mojtaba Yeganeh Dec 16 '17 at 07:29

0 Answers0