可以在 Windows 上运行并具有 .Net 客户端的分布式键/值存储?
正如标题所示,有谁知道可以在 Windows 上运行并具有 .Net 客户端的分布式键/值存储吗?
谢谢
更新:抱歉,忘了补充,需要持久化。
As the title says, does anyone know of any Distributed Key/Value Stores that can run on Windows, and have .Net clients?
Thank you
Update: Sorry, forgot to add that it needs to be persisted.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以使用 MongoDB、CouchDB 或 Cassandra。它们不仅仅是一个键值存储,而且它们确实在 Windows 上运行并具有 .net 客户端。
You can use MongoDB, CouchDB or Cassandra. They are more than a key-value-store but they do run on windows and have .net clients.
Membase 是一个分布式键值存储,支持 Windows 并具有 .NET 客户端 (Enyim)。
Membase is a distributed key-value store that supports Windows and has a .NET client (Enyim).
App Fabric 是 Microsoft 的解决方案。
RavenDB 可能可以充当复杂的键值存储。
此外,还有 memcached 和 memcached 的端口。 com/rgl/redis" rel="nofollow noreferrer">redis 可以在 Windows 上运行。
App Fabric is Microsoft's solution.
RavenDB can probably act as a sophisticated key value store.
Additionally there are ports of memcached and redis does work on windows.
GetCache.net 是一个在 Windows 上运行的分布式键/值存储,并具有 .Net 客户端库。它仅在内存中起作用。
GetCache.net is a distributed key/value store running on Windows and has .Net client library. It works only in-memory.