本文介绍了分布式,可以在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?
感谢您
更新:对不起,忘了补充,它需要持久
Update: Sorry, forgot to add that it needs to be persisted.
推荐答案
应用面料是微软的解决方案。
App Fabric is Microsoft's solution.
RavenDB 也许可以作为一个复杂的键值存储。
RavenDB can probably act as a sophisticated key value store.
此外也有 memcached的和的确实在Windows上的工作。
Additionally there are ports of memcached and redis does work on windows.
这篇关于分布式,可以在Windows上运行,并有.NET客户端键/值存储?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!