memcached 与其他分布式缓存有何不同?

发布于 2025-01-05 02:19:27 字数 55 浏览 1 评论 0原文

内存缓存(在设计/架构/性能方面)与其他内存中分布式缓存有何不同?

谢谢 纳雷什

How is memcaches different (in terms of design/architecture/performance) from other in-memory distributed caches?

Thanks
Naresh

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伏妖词 2025-01-12 02:19:27

你的问题太笼统,没有具体的正确答案。 Memchaced 是分布式数据库之一,您可以在此处找到架构概述。。其他人具有类似的架构,有时服务器也可以相互通信。它们都是实现细节,并且通常按问题域划分。但最根本的是,它们都是分布式键值存储。

Yours is too generic a question with no concrete correct answer. Memchaced is one of the distributed databases and you can find the architecture overview here.. Others have similar architecture and sometimes servers can talk to each other too They are all implementation details and often gone by problem domain. But the underlying thing mostly is, they all are distributed key-value stores.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文