Ruby MemCache Client
This is a Ruby client library for memcached, a high-performance distributed memory cache.
memcached is used to alleviate database load by caching oft-used values in network-accessible memory space, and is used behind several high-traffic dynamic web sites like LiveJournal, Slashdot, WikiPedia, and others.
Support for the Ruby client library is built into Ruby on Rails, allowing you to use memcached as a fragment cache and/or a session store.
Resources
- memcache in the Ruby Application Archive.
- API documentation generated by RDoc.
Downloads
For a complete list of local wiki pages, see TitleIndex.
