Info
Version: | 15.0.2 |
Author(s): | Federico Colombo |
Last Update: | Sunday, January 22, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/thepirat000/CachingFramework.Redis |
NuGet Url: | https://www.nuget.org/packages/CachingFramework.Redis.MsgPack |
Install
Install-Package CachingFramework.Redis.MsgPack
dotnet add package CachingFramework.Redis.MsgPack
paket add CachingFramework.Redis.MsgPack
CachingFramework.Redis.MsgPack Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- CachingFramework.Redis(>= 12.0.3)
- MsgPack.Cli(>= 0.8.0)
- StackExchange.Redis(>= 2.1.58)
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
- CachingFramework.Redis(>= 12.0.3)
- MsgPack.Cli(>= 0.8.0)
- StackExchange.Redis(>= 2.1.58)
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
Tags
Includes support for all redis data types, tagging mechanism, cache invalidation, PubSub, GeoSpatial indexes, HyperLogLog and is cluster-compatible.
This uses MessagePack for C# which requires annotations on the objects you want to save in Redis. You can read more about serialization using MessagePack in https://github.com/neuecc/MessagePack-CSharp#readme.