Best Solutions for Memcache Breeds in Rails
Looking around the net I see several plugins and templates for using memcached in rails. I am working on a new project and I am wondering what are the best solutions for the breed. Google is showing a lot of older results and I'm not sure if these are the latest and greatest ways to do things.
a source to share
We've had great success with the cache-money plugin which provides a transparent solution for write-thru and read-thru caching.
http://magicscalingsprinkles.wordpress.com/2008/12/11/introducing-cache-money/
a source to share
I have been using "Guaranteed Memcached Cloud Data" under heavy load and it did a great job. Their toolbar provides useful information for caching read / write activity and latency. If powered by Amazon, Garantia offers rear access through the Amazon East Coast for increased productivity and lower transmission costs. The only gem I have found that works with my service is the Evan memcached gem . The Dalli gem is not yet an option (July 2013) as Garantia has not implemented support for the Memcached binary protocol.
a source to share