Membase或Redis用于内存缓存系统
我计划在我的应用程序中使用 membase 或 redis 作为内存缓存系统。 我对哪个最适合持久性缓存系统感到非常困惑? 你们能建议其中哪一个是最好的吗?原因是什么? 还有redis和membase之间的比较和基准。
I have planned to use membase or redis for memmory caching system in my applications.
The thing i have mush confusion about which is best for persistence caching system??
can you peoples suggest which is best of each among them whats the reason.
Also comparison and benchmark between redis and membase.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我已经在 stackoverflow 这里。
简而言之,Membase 的扩展性更好,Redis 提供了更多功能,但 Membase 最近与 CouchDB 合并,并将在不久的将来获得其 MapReduce 和查询功能。
I have posted an answer to a similar Membase / Redis comparison question on stackoverflow here.
In short, Membase scales better, Redis offers more features, but Membase recently merged with CouchDB and will gain its mapreduce and querying functionality in the near future.
您考虑过Infinispan吗?尽管它是基于 JVM 的,但通过其客户端/服务器模块,您可以从几乎任何平台访问/使用 Infinispan。
Have you considered Infinispan? Even though it is JVM-based, with its client/server modules you can access/consume Infinispan from pretty much any platform.