Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using ServiceStack.Redis.Core.
Info
Version: | 2.1.2 |
Author(s): | cnblogs.com |
Last Update: | Wednesday, November 6, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cnblogs/ServiceStackRedisCache |
NuGet Url: | https://www.nuget.org/packages/ServiceStackRedisCache |
Install
Install-Package ServiceStackRedisCache
dotnet add package ServiceStackRedisCache
paket add ServiceStackRedisCache
ServiceStackRedisCache Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 1.1.0)
- Microsoft.Extensions.Configuration.Abstractions(>= 1.1.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 1.1.0)
- Microsoft.Extensions.Options(>= 1.1.0)
- NETStandard.Library(>= 1.6.1)
- ServiceStack.Redis.Core(>= 1.0.30)
Tags