You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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