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.
2012
steelThread/redmon - GitHub
by Xavier LacotA nifty graphical interface for monitoring the usage of Redis instances
2010
Plugins | sfRedisCachePlugin | 1.0.0 | symfony | Web PHP Framework
by Xavier LacotA Symfony plugin for using Redis as a cache backend.
1
(3 marks)