That's my understanding as well. The memcache client determines what server to store it's data on via the hashing process, so then if that server dies, you lose that subset of data.
* Interesting read on Redis & clustering: Smart clients will take persistent connections to many nodes, will cache hashslot -> node info, and will update the table when they receive a -MOVED error. http://redis.io/presentation/Redis_Cluster.pdf <http://www.loomlearning.com/> Jonathan Langevin Systems Administrator Loom Inc. Wilmington, NC: (910) 241-0433 - jlange...@loomlearning.com - www.loomlearning.com - Skype: intel352 * On Tue, Aug 9, 2011 at 1:48 PM, Alexander Sicular <sicul...@gmail.com>wrote: > Hmm. Not that I know of. Afaik, the memcache server itself is standalone. > Any distributed magic happens at the client level via some circular hashing > voodoo or sharding pixie dust. Keep the client mojo and swap memcached for > redis. > > > > @siculars on twitter > http://siculars.posterous.com > > Sent from my iPhone > > On Aug 9, 2011, at 13:23, Les Mikesell <lesmikes...@gmail.com> wrote: > > On 8/9/2011 12:08 PM, Alexander Sicular wrote: >> >>> >>> Outside of legacy concerns I have no idea why someone would select >>> memcache over redis for a new application today. Redis gives you >>> everything memcache does plus a boat load of >>> omg-wtf-where-has-this-been-**all-my-life capabilities. >>> >> >> The main point of memcache is that it is distributed and the clients >> automatically handle failover at any reasonably large scale. How do you >> arrange that with redis? >> >> -- >> Les Mikesell >> lesmikes...@gmail.com >> >> >> ______________________________**_________________ >> riak-users mailing list >> riak-users@lists.basho.com >> http://lists.basho.com/**mailman/listinfo/riak-users_**lists.basho.com<http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com> >> > > ______________________________**_________________ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/**mailman/listinfo/riak-users_**lists.basho.com<http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com> >
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com