CachingFramework.Redis.MsgPack
18.0.0
dotnet add package CachingFramework.Redis.MsgPack --version 18.0.0
NuGet\Install-Package CachingFramework.Redis.MsgPack -Version 18.0.0
<PackageReference Include="CachingFramework.Redis.MsgPack" Version="18.0.0" />
<PackageVersion Include="CachingFramework.Redis.MsgPack" Version="18.0.0" />
<PackageReference Include="CachingFramework.Redis.MsgPack" />
paket add CachingFramework.Redis.MsgPack --version 18.0.0
#r "nuget: CachingFramework.Redis.MsgPack, 18.0.0"
#:package CachingFramework.Redis.MsgPack@18.0.0
#addin nuget:?package=CachingFramework.Redis.MsgPack&version=18.0.0
#tool nuget:?package=CachingFramework.Redis.MsgPack&version=18.0.0
MessagePack serializer for CachingFramework.Redis, a distributed caching based on StackExchange.Redis and Redis. 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
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- CachingFramework.Redis (>= 18.0.0)
- MessagePack (>= 3.1.8)
- StackExchange.Redis (>= 3.1.3)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
- System.Text.Json (>= 10.0.10)
-
net10.0
- CachingFramework.Redis (>= 18.0.0)
- MessagePack (>= 3.1.8)
- StackExchange.Redis (>= 3.1.3)
-
net8.0
- CachingFramework.Redis (>= 18.0.0)
- MessagePack (>= 3.1.8)
- StackExchange.Redis (>= 3.1.3)
-
net9.0
- CachingFramework.Redis (>= 18.0.0)
- MessagePack (>= 3.1.8)
- StackExchange.Redis (>= 3.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 18.0.0 | 108 | 8/17/2026 |
| 17.1.0 | 1,748 | 2/3/2026 |
| 17.0.0 | 1,361 | 11/8/2025 |
| 16.0.0 | 2,965 | 6/18/2025 |
| 15.0.2 | 29,405 | 1/22/2023 |
| 15.0.1 | 1,861 | 11/14/2022 |
| 15.0.0 | 1,683 | 10/8/2022 |
| 14.1.0 | 1,254 | 8/5/2022 |
| 14.0.0 | 1,403 | 5/17/2022 |
| 13.0.0 | 760 | 5/10/2022 |
| 12.0.6 | 2,573 | 7/8/2021 |
| 12.0.5 | 713 | 5/24/2021 |
| 12.0.4 | 775 | 4/17/2021 |
| 12.0.3 | 36,287 | 8/11/2020 |
| 12.0.2 | 923 | 7/22/2020 |
| 12.0.1 | 1,089 | 6/14/2020 |
| 12.0.0 | 1,181 | 5/25/2020 |
| 11.1.1 | 6,764 | 2/25/2020 |
| 11.1.0 | 1,397 | 11/26/2019 |
| 11.0.0 | 6,046 | 8/1/2019 |
Removes the old MsgPack.Cli package and instead uses the newer MessagePack for C# package.