Skip to content
Doboy edited this page Aug 15, 2012 · 12 revisions

For a database we are going to be using a nosql database, namely, redis.io. Basic overview.. redis is a key-value storage where the value could be a list, string, int, set, dictionary.. etc. Here is the documentation for it http://redis.io

Clone this wiki locally