2015
How to take advantage of Redis just adding it to your stack
by Spone & 1 otherRedis is different than other database solutions in many ways: it uses memory as main storage support and disk only for persistence, the data model is pretty unique, it is single threaded and so forth. I think that another big difference is that in order to take advantage of Redis in your production environment you don't need to switch to Redis. You can just use it in order to do new things that were not possible before, or in order to fix old problems.
2010
Redis, from the Ground Up ← Michael J. Russo | mjrusso.com
by ghis & 1 other (via)"A deep dive into Redis' origins, design decisions, feature set, and a look at a few potential applications."
TwitterAlikeExample - redis - Project Hosting on Google Code
by ghisA simple real app exemple coded in PHP with redis as a database.
1
(3 marks)