Key-value Stores

A key value store is a server 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.

Documentation

See also Php and Redis