ZoroXing / xmemcached

Automatically exported from code.google.com/p/xmemcached
Apache License 2.0
0 stars 0 forks source link

Java Memcached not replicating entries across instances #220

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am using xmemcached-1.3.5 jar version of MemCache server.

Now, I have two instances of this server on different machine. I am using 
xmemcached-1.3.5 jar to make entry in memcache-server through my java 
application.

When both servers are up, the entry is made on only one of the MemCache 
instances.

Is there any configuration that needs to be made to get the entries duplicated 
onto both instances?

Original issue reported on code.google.com by Swathee....@gmail.com on 15 Oct 2012 at 8:21

GoogleCodeExporter commented 8 years ago
I am sorry,xmemcached doesn't support items replication.You can use repcached 
patch.

Original comment by killme2...@gmail.com on 20 Feb 2013 at 9:05