chmac: memcached

Sort by: Date / Title / URL

  1. http://stackoverflow.com/questions/1316852/alternative-to-memcached-that-can-persist-to-disk
    Very interesting question that has lots of useful links on persistent object / value stores that are similar to memcache. Answer seems to be couchbase.
  2. http://www.couchbase.com/products-and-services/memcached
    This says it all, couchbase includes memcached as part of it, and can operate in "pure memcache" mode or can add persistence and other features behind memcached. Sounds like it'll do what we're after.
  3. http://www.danga.com/memcached/
    memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

First / Previous / Next / Last / Page 1 of 1