Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Info
Version: | 1.0.3 |
Author(s): | Microsoft.Extensions.Caching.Redis |
Last Update: | Sunday, October 9, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Microsoft.Extensions.Caching.Redis.Core |
Install
Install-Package Microsoft.Extensions.Caching.Redis.Core
dotnet add package Microsoft.Extensions.Caching.Redis.Core
paket add Microsoft.Extensions.Caching.Redis.Core
Microsoft.Extensions.Caching.Redis.Core Download (Unzip the "nupkg" after downloading)
Dependencies
net451
- Microsoft.Extensions.Caching.Abstractions(>= 1.0.0)
- Microsoft.Extensions.Options(>= 1.0.0)
- StackExchange.Redis.StrongName(>= 1.1.608)
- System.Linq(>= 4.1.0)
- System.Threading(>= 4.0.11)
- Microsoft.Extensions.Caching.Abstractions(>= 1.0.0)
- Microsoft.Extensions.Options(>= 1.0.0)
- StackExchange.Redis.StrongName(>= 1.1.608)
Tags