Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Info
Version: | 2.3.0 |
Author(s): | Microsoft |
Last Update: | Tuesday, January 14, 2025 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://asp.net/ |
NuGet Url: | https://www.nuget.org/packages/Microsoft.Extensions.Caching.Redis |
Install
Install-Package Microsoft.Extensions.Caching.Redis
dotnet add package Microsoft.Extensions.Caching.Redis
paket add Microsoft.Extensions.Caching.Redis
Microsoft.Extensions.Caching.Redis Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Options(>= 2.2.0)
- StackExchange.Redis.StrongName(>= 1.2.6)
Tags