NoSQL Redis Databases with .Net Framework

1

Recently I am working with Azure Redis Cache and I was wondering if there is something from the .NET Framework to work from C # this type of databases, some type of API or similar.

I see that there are different ways of working with Redis: strings, sets, etc.

Thank you for your attention.

link

    
asked by Ramoncito 11.03.2016 в 06:44
source

4 answers

1

Effectively as you mention it. There are several ways to store information with Azure Redis Cache, normally they are lists like KeyValue or Dictionary as they are also called. In my GitHub repositories you can find several projects with Azure Redis Cache using the .net Framework

link

link

link

link

link

Do not forget to add the StackExchange.Redis reference from Nuget-Package

I hope you find it useful.

    
answered by 11.03.2016 / 20:20
source
2

There are several customers for C #.

Redis recommends these two:

answered by 11.03.2016 в 09:20
1

Also do not forget that there is an implementation of OutputCache and SessionState on Azure Redis.

    
answered by 16.03.2016 в 02:16
0

Also if you use .NET Core you can use the library " ServiceStack.Redis.StrongName " or " Microsoft.Extensions.Caching.Redis.Core em> ".

Greetings.

    
answered by 03.07.2017 в 08:31