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.
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.
App Fabric is Microsoft's solution.
RavenDB can probably act as a sophisticated key value store.
Additionally there are ports of memcached and you may be able to build redis on cygwin
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.