Replication of key-value pairs

2011-03-07 Thread Priya
Hi, Are the key-value pairs replicated on different nodes or does the pair remain with only on one RAM? Regards, Priya

Re: Replication of key-value pairs

2011-03-07 Thread Matt Ingenthron
On 3/4/11 3:54 AM, Priya wrote: > Are the key-value pairs replicated on different nodes or does the pair > remain with only on one RAM? > With memcached, key/value pairs remain only in one node in RAM. Have a look at the wiki and the list archives for more info. Good luck! Matt