Qoollo.Redis.Net is a convinient wrapper over StackExchange.Redis which provide you simple tool to work with redis in your .Net Framework and .Net Core projects.
Info
| Version: | 1.0.5 |
| Author(s): | Denis Babarykin, Ivan Klimov |
| Last Update: | Saturday, May 2, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/qoollo/Qoollo.Redis.Net |
| NuGet Url: | https://www.nuget.org/packages/Qoollo.Redis.Net |
Install
Install-Package Qoollo.Redis.Net
dotnet add package Qoollo.Redis.Net
paket add Qoollo.Redis.Net
Qoollo.Redis.Net Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 3.1.3)
- Microsoft.Extensions.Logging(>= 3.1.3)
- StackExchange.Redis(>= 2.0.601)
Tags