Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis. This package was built from the source code at https://github.com/aspnet/Extensions/tree/0fca7b48d0d419df0c67de0df4792441f6d5038f
dotnet add package Microsoft.Extensions.Caching.StackExchangeRedis --version 2.2.5
Install-Package Microsoft.Extensions.Caching.StackExchangeRedis -Version 2.2.5
| 包名 | 版本要求 |
|---|---|
| Microsoft.Extensions.Caching.Abstractions | [2.2.0, ) |
| Microsoft.Extensions.Options | [2.2.0, ) |
| StackExchange.Redis | [2.0.593, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2019-05-14 14:50:13 |
| 项目主页 | https://asp.net/ |
| 许可证 | https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt |