Redis+VM Considered Harmful(groups.google.com) |
Redis+VM Considered Harmful(groups.google.com) |
We are using Redis in production (we had to adapt our usage patterns to the demands of an in-memory database, rather than relying on VM to give us unlimited storage) and I would recommend it.
"Considered harmful" is not warranted here: see http://meyerweb.com/eric/comment/chech.html
The thread this post links to is actually quite interesting as you can pretty much read the design changes that led from VM to the new diskstore implementation. The sensationalist title here doesn't help at all - I don't think people who are making heavy use of Redis in production are 1) using VM and 2) unaware of VMs problems if using it.