Tag Archives: memcached

A memcached compatible distributed key-value storage system

Exactly that is MemcacheDB. It’s build on top of a Berkeley DB backend, is a persistent distributed storage solution which even allows transactions, replication. It’s very customizeable via commandline parameters and certainly looks very interesting, but seems a bit complicated to install and use. Might turn out to be useful somehow?