redis cross data center replication -


i try use redis http session data replication. use case follows:

we have 2 indepentent datacenters(rz , rr) each of them has 4 tomcat servers. have installed redis cluster sentinel (one master, 2 slaves , 3 sentinels)on 1 dedicated server on each datacenter. each cluster working expected.

now want synchrinze data between 2 masters nodes (cross-datacenter replication), if our loadbalancer decide shwitch dc rz(primary) dc rr (secondary) session data available , no session lost.

i tried install dynomite framework formy purpose failling install it. question can redis handle such senario without third party tools such dynomite?

any achieve replication between datacenter willcome. sorry bad english.

thank in advance.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -