Friday, January 20, 2006

Caching models with memcached

Posted by David

The Robot Co-op has released their memcache-client and a plugin for Active Record that uses it. This enables you to cache your models in the distributed memory cache and not hit your database for repeat visits all the time. They use this to power 43things and the rest of their social suite.