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

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -