I realize this is a Memcached list, and this isn't to suggest that
Memcached isn't a rock solid cache. However it ought to be noted that other
tools/services offer in-memory replication features while working as a
drop-in replacement for building your own scalable Memcached architecture.

Redis has master-slave capabilities; CraigsList at one point was built on
40 Redis nodes. [1] Also, if I'm not mistaken, Riak [2], MySQL Cluster [3],
and AWS ElastiCache [4] (probably several more: couchdb, cassandra...) all
offer more or less what you'd expect from a "memcached cluster".

Redis, in particular, is awesome for a variety of reasons. Here is a
slideshare I did a while back on Redis. [5]

[1] http://blog.zawodny.com/2011/02/26/redis-sharding-at-craigslist/
[2] http://basho.com/riak/#architechture
[3] http://dev.mysql.com/doc/ndbapi/en/ndbmemcache.html
[4] http://aws.amazon.com/elasticache/
[5] http://www.slideshare.net/phpguru/redis-101-10043219

-- 

--- 
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.


Reply via email to