Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Redis support master-master replication?

From my understanding from the below questions which were asked quite some time back, Redis doesn't have a built-in support for master-master replication.

Question 1

Question 2

Question 3

The official website as of now looks like there is nothing much to it about master-master replication. Is this still the case, i.e., does Redis still have no options for multi-master replication. And even third-party tools don't seem to be helping Redis achieve the same. I came accross Zabcluster and Zookeeper but I'm not sure if this would meet my requirement of a simple master-master setup without much additional complex changes.

ZabCluster

like image 394
Caroffrey Avatar asked Oct 19 '22 08:10

Caroffrey


1 Answers

Your research is accurate - at the moment, Redis does not provide multi-master.

like image 80
Itamar Haber Avatar answered Oct 22 '22 21:10

Itamar Haber