TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Redis+VM Considered Harmful

15 pointsby supportingover 14 years ago

2 comments

samstokesover 14 years ago
While I've experienced some of the same issues as the author, and came to the same conclusion (that we couldn't use Redis in VM mode in production), the subject line is unfairly alarmist.<p>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.<p>"Considered harmful" is not warranted here: see <a href="http://meyerweb.com/eric/comment/chech.html" rel="nofollow">http://meyerweb.com/eric/comment/chech.html</a>
fredoliveiraover 14 years ago
this is exactly the reason why salvatore has been working on diskstore for the 2.4 release. redis + VM in production is indeed a bad idea.<p>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.