May 28, 2008
Break Up the Memcache Dog Pile
Good tips on how to use memcache in a way that doesn’t put a huge strain on your database every time the cache expires.
March 27, 2007
Python extension for libmemcache
C-based client for accessing memcached from Python. Reportedly at least 2 times faster than the pure python python-memcache library.