基于StackExchange.Redis封装的Redis客户端帮助类,实现了基本的一些redis操作,支持依赖服务注入。.
Info
Version: | 1.0.6 |
Author(s): | Toosame |
Last Update: | Monday, December 13, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Toosame.Redis |
Install
Install-Package Toosame.Redis
dotnet add package Toosame.Redis
paket add Toosame.Redis
Toosame.Redis Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 11.0.2)
- StackExchange.Redis(>= 2.0.513)