c# - What NoSQL IN-Memory database solutions currently exist in .NET? -


what nosql in-memory databases exist in .net? support of transactions: whether model changes applied or not applied @ all.

you can use redis. if need run on windows, doesn't officially support it, microsoft open tech group created windows version targeting win64.

it supports transactions: https://redis.io/topics/transactions

there nice c#/.net client, allows talk redis instance using either high or low level programming: https://github.com/servicestack/servicestack.redis


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -