blob: 067df0a850c5802f02f6797057d05d69f781aad6 (
plain)
1
2
3
4
5
6
7
8
9
|
This is a client library for memcached (www.danga.com/memcached/), a
high-performance distributed memory cache.
MemCache is used to alleviate database load by caching oft-used values
in network-accessable memory space, and is used behind several
high-traffic dynamic web sites like LiveJournal, Slashdot, WikiPedia,
and others.
WWW: http://www.deveiate.org/code/Ruby-MemCache.html
|