nickcharlton + nosql   5

How to take advantage of Redis just adding it to your stack
Explains how to use Redis in addition to a usual RDBMS. Especially useful as a caching layer (it does a good job caching long running tasks by holding the results in memory) and as a queue.
nosql  programming  redis 
december 2011 by nickcharlton

Copy this bookmark:



description:


tags: