Redis alternative for C# -
I started my project in SQL Server (ORM Mapper) and Arendi and now Radis in the early days.
Now I am exploring a way to get a simplified version of Redis using C # .NET 4.0 classes. I want to copy:
- Storage system (such as dump at every x seconds on y key changes)
- Embeddable (this is the most important)
- Sets
- Simple full text search (do not use Lucene)
The reason is that I now (production ready) Via stack client) I'm using Linux server and development for Windows and a simple C # option I was thinking about it. So maybe someone has already done some work on this subject and has liked to share it.
RavenDB good .NET Support
.NET Client API - & gt;
or
An embedded, and scalable NoSQL database for the .NET platform with code-first data model generation.
Comments
Post a Comment