简体   繁体   中英

How to Setup 2 Redis Master Nodes Without Slave

I am using 2 Docker servers and I want to create Redis container to each of the servers. Both containers will accept data and replicate the update between the 2 servers. As I research, updating the slave is not possible. I see guides on how to configure redis master-slave but no guide for master-master. Thank you in advance.

Master-Master replication is not supported by default in Redis.

But you could use Dynomite, given it's replication feature on key-value stores like Redis

Be sure to check if all the kind of operations you want to use on your Redis are supported by Dynomite, since it might not support them all.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM