Wrapper for StackExchange.Redis client with chunking extensions, sliding expiration and other features.
Info
Version: | 2.0.1 |
Author(s): | Craig Wardman |
Last Update: | Thursday, June 23, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/craigwardman/ChunkingRedisClient |
NuGet Url: | https://www.nuget.org/packages/ChunkingRedisClient |
Install
Install-Package ChunkingRedisClient
dotnet add package ChunkingRedisClient
paket add ChunkingRedisClient
ChunkingRedisClient Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.1)
- StackExchange.Redis(>= 2.0.519)
Tags