Redis client library based on StackExchange.Redis with features like an extensible serialization strategy, a tagging mechanism to group keys and hash fields, and more, all being cluster-compatible.
Info
| Version: | 16.0.0 |
| Author(s): | Federico Colombo |
| Last Update: | Wednesday, June 18, 2025 |
| .NET Fiddle: | Online Example |
| Project Url: | https://github.com/thepirat000/CachingFramework.Redis |
| NuGet Url: | https://www.nuget.org/packages/CachingFramework.Redis |
Install
Install-Package CachingFramework.Redis
dotnet add package CachingFramework.Redis
paket add CachingFramework.Redis
CachingFramework.Redis Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- StackExchange.Redis(>= 2.1.58)
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
- System.Text.Json(>= 4.7.2)
- StackExchange.Redis(>= 2.1.58)
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
- System.Text.Json(>= 4.7.2)
Tags