A memcached compatible distributed key-value storage system
Posted by Marcel Scherf on July 8, 2008
0 comments
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?