RAA - memcache

memcache / 0.0.4

Short description: Distributed memory cache client
Category: Library/cache
Status: release
Created: 2004-11-13 16:18:37 GMT
Last update: 2005-10-14 06:28:37 GMT
Owner: Michael Granger (Projects of this owner)
Homepage: http://www.deveiate.org/projects/RMemCache/
Download: http://www.deveiate.org/code/Ruby-MemCache-0.0.4.tar.bz2
License: Ruby's
Dependency:
Requires: io-reactor/0.0.6 Multiplexing IO
Description:

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.

Changes in this version:

  • Dramatic speed improvements, especially for large data values.
  • Bugfixes for compression, urlencoding
  • Improved logging

Thanks to Ron Mayer for his extensive help with this release.

Versions: [0.0.4 (2005-10-14)] [0.0.3 (2005-08-07)] [0.0.2 (2004-12-02)] [0.0.1 (2004-11-13)]

Edit this project (for project owner)

back to RAA top