I have one master and one slave memcachedb servers. I need some java client to memcache db with such opportunities:
At first it establishes connection to master server. In case if master fails the slave should become master and java client should reconnect to him. After the first server repairs they must work again in replication.
So, can you please help me to choose the best java client for memcachedb with such requirements?
Regards, Evgeniy
Finally, I haven’t found any solutions to work with several servers in replication mode. So if you want to have the same data on several nodes you should add it manually. Also in case of some server failure you should manually reconnect to another one.
Please, let me know if you found better solution.
Regards, Evgeniy