A brief introduction to the redis data-store
Debian GNU/Linux System Administration Resources 2013-03-15
Summary:
Redis is one of the new breed of NO-SQL storage systems, which was directly inspired by memcached. Redis allows you to store and retrieve data at blazing speed and unlike memcached it has built-in support for many primitives such as sets, lists, and hashes. Read on to learn more.