Browsing: Key-Value store

Redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can…

Open source dynamo clone written in Erlang.

MemcacheDB is a distributed key-value storage system designed for persistent. It is NOT a cache solution, but a persistent storage…

Cassandra is a highly scalable, eventually consistent, distributed, structured key-value store. Cassandra brings together the distributed systems technologies from Dynamo…

Voldemort is a distributed key-value storage system – Data is automatically replicated over multiple servers. – Data is automatically partitioned…

Riak combines a decentralized key/value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database…