Distributed Key/Value Stores that can run on Windo

2019-07-24 14:02发布

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.

4条回答
你好瞎i
2楼-- · 2019-07-24 14:05

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.

查看更多
孤傲高冷的网名
3楼-- · 2019-07-24 14:21

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

查看更多
做自己的国王
4楼-- · 2019-07-24 14:25

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

查看更多
再贱就再见
5楼-- · 2019-07-24 14:26

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.

查看更多
登录 后发表回答