Does Redis support master-master replication?

蓝咒 提交于 2019-12-10 07:52:49

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/31200255/does-redis-support-master-master-replication

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!