Out the of box, easy to use implementation of Redis distributed caching for Web APIs.
Info
Version: | 1.5.3 |
Author(s): | Charles Allison |
Last Update: | Friday, April 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Redi.StackExchangeRedis.Cache.Extension |
Install
Install-Package Redi.StackExchangeRedis.Cache.Extension
dotnet add package Redi.StackExchangeRedis.Cache.Extension
paket add Redi.StackExchangeRedis.Cache.Extension
Redi.StackExchangeRedis.Cache.Extension Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
- Microsoft.Extensions.Caching.StackExchangeRedis(>= 3.1.3)
- Microsoft.Extensions.DependencyInjection(>= 3.1.3)
- Newtonsoft.Json(>= 12.0.3)
Tags