On Mon, Mar 3, 2014 at 11:36 PM, Ranjit D'Souza <bernard....@gmail.com> wrote: > Thank you > > Is there any concept of master-slave configuration (like in Redis), and > promoting the slave to master?
No, the server nodes are all alike and don't need to know about each other. The clients need to know about all the servers and they distribute the data by hashing the keys. Depending on the hashing scheme the clients can rebalance the distribution when a node fails (invalidating some existing data) or continue to fail and use the backing store for the missing percentage until the node is back on line. > Can you point me to a document or wiki link that gives more information on > how to set up a memcached cluster? The server side is packaged for some Linux distributions. You just configure the amount of memory for it to use on each node. -- Les Mikesell lesmikes...@gmail.com -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to memcached+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.