TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Redis+VM Considered Harmful

15 点作者 supporting超过 14 年前

2 条评论

samstokes超过 14 年前
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>
fredoliveira超过 14 年前
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.