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/Microsoft.Extensions.Caching.ServiceStackRedis |
Install
Install-Package Microsoft.Extensions.Caching.ServiceStackRedis
dotnet add package Microsoft.Extensions.Caching.ServiceStackRedis
paket add Microsoft.Extensions.Caching.ServiceStackRedis
Microsoft.Extensions.Caching.ServiceStackRedis Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 2.0.0)
- Microsoft.Extensions.Configuration.Abstractions(>= 2.0.0)
- Microsoft.Extensions.Options(>= 2.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.0.0)
- ServiceStack.Interfaces(>= 5.0.0)
- ServiceStack.Redis(>= 5.0.0)
Tags