This library provides a wrapper of a distributed cache handler around the SerivceStackRedis library that affords the implementation built-in connection pooling.
Info
Version: | 1.1.3 |
Author(s): | GlobalLink Vasont |
Last Update: | Wednesday, June 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/vasont-systems/Vasont.AspnetCore.ServiceStackRedis |
NuGet Url: | https://www.nuget.org/packages/Vasont.AspnetCore.ServiceStackRedis |
Install
Install-Package Vasont.AspnetCore.ServiceStackRedis
dotnet add package Vasont.AspnetCore.ServiceStackRedis
paket add Vasont.AspnetCore.ServiceStackRedis
Vasont.AspnetCore.ServiceStackRedis Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.AspNetCore.DataProtection(>= 3.1.4)
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.4)
- Microsoft.Extensions.Caching.Memory(>= 3.1.4)
- Microsoft.Extensions.DependencyInjection(>= 3.1.4)
- Microsoft.Extensions.Options(>= 3.1.4)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 3.1.4)
- Newtonsoft.Json(>= 12.0.3)
- ServiceStack.Redis(>= 5.8.0)
- Microsoft.AspNetCore.DataProtection(>= 3.1.4)
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.4)
- Microsoft.Extensions.Caching.Memory(>= 3.1.4)
- Microsoft.Extensions.DependencyInjection(>= 3.1.4)
- Microsoft.Extensions.Options(>= 3.1.4)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 3.1.4)
- Newtonsoft.Json(>= 12.0.3)
- ServiceStack.Redis(>= 5.8.0)
Tags