A .Net Core 3.1 library that adds simple functionality for distributed redis caching.
Info
| Version: | 1.0.0 |
| Author(s): | Dan Rovito |
| Last Update: | Wednesday, April 1, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/danrovito/redishelper-dotnetcore |
| NuGet Url: | https://www.nuget.org/packages/RedisHelper |
Install
Install-Package RedisHelper
dotnet add package RedisHelper
paket add RedisHelper
RedisHelper Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.3)
- Microsoft.Extensions.Caching.StackExchangeRedis(>= 3.1.3)
- Microsoft.Extensions.Configuration(>= 3.1.3)
- Microsoft.Extensions.Configuration.Json(>= 3.1.3)
Tags