Distributed Key/Value Stores that can run on Windows, and have .Net clients?

别等时光非礼了梦想. 提交于 2019-12-11 10:44:16

问题


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.


回答1:


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.




回答2:


Membase is a distributed key-value store that supports Windows and has a .NET client (Enyim).




回答3:


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.




回答4:


GetCache.net is a distributed key/value store running on Windows and has .Net client library. It works only in-memory.



来源:https://stackoverflow.com/questions/3563678/distributed-key-value-stores-that-can-run-on-windows-and-have-net-clients

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!