Redis is a key-value database. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists and sets with atomic operations to push/pop elements.
by
otis
2009-05-26 12:40
keys
·
values
·
database
·
hash table
·
server
·
api