Key-value Stores¶
A key value store is a database which stores data like a hash. The server stores values as a collection, and each object is identified with a unique key.
Classic key-value stores include memcache, redis, tokyo-tyrant.
See also Php and Redis.
Related : Database, Bucket, Document Database, Nosql Database, Storage Systems