Redis [http://redis.io] is an open source, scalable, in-memory, key/value store.
It can store various types of values (Strings, Lists, Sorted Lists, Hashes,
Etc...) with built-in commands [http://redis.io/commands] for each data type.
This post is not about setting up