CachingFramework.Redis.MsgPack
17.0.0
See the version list below for details.
dotnet add package CachingFramework.Redis.MsgPack --version 17.0.0
NuGet\Install-Package CachingFramework.Redis.MsgPack -Version 17.0.0
<PackageReference Include="CachingFramework.Redis.MsgPack" Version="17.0.0" />
<PackageVersion Include="CachingFramework.Redis.MsgPack" Version="17.0.0" />
<PackageReference Include="CachingFramework.Redis.MsgPack" />
paket add CachingFramework.Redis.MsgPack --version 17.0.0
#r "nuget: CachingFramework.Redis.MsgPack, 17.0.0"
#:package CachingFramework.Redis.MsgPack@17.0.0
#addin nuget:?package=CachingFramework.Redis.MsgPack&version=17.0.0
#tool nuget:?package=CachingFramework.Redis.MsgPack&version=17.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 is compatible. 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 was computed. 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 (>= 17.0.0)
- MessagePack (>= 3.1.4)
-
net6.0
- CachingFramework.Redis (>= 17.0.0)
- MessagePack (>= 3.1.4)
-
net8.0
- CachingFramework.Redis (>= 17.0.0)
- MessagePack (>= 3.1.4)
-
net9.0
- CachingFramework.Redis (>= 17.0.0)
- MessagePack (>= 3.1.4)
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 |
|---|---|---|
| 17.1.0 | 126 | 2/3/2026 |
| 17.0.0 | 546 | 11/8/2025 |
| 16.0.0 | 1,812 | 6/18/2025 |
| 15.0.2 | 26,677 | 1/22/2023 |
| 15.0.1 | 1,826 | 11/14/2022 |
| 15.0.0 | 1,635 | 10/8/2022 |
| 14.1.0 | 1,214 | 8/5/2022 |
| 14.0.0 | 1,363 | 5/17/2022 |
| 13.0.0 | 727 | 5/10/2022 |
| 12.0.6 | 2,534 | 7/8/2021 |
| 12.0.5 | 675 | 5/24/2021 |
| 12.0.4 | 744 | 4/17/2021 |
| 12.0.3 | 34,671 | 8/11/2020 |
| 12.0.2 | 892 | 7/22/2020 |
| 12.0.1 | 1,058 | 6/14/2020 |
| 12.0.0 | 1,146 | 5/25/2020 |
| 11.1.1 | 6,701 | 2/25/2020 |
| 11.1.0 | 1,369 | 11/26/2019 |
| 11.0.0 | 6,013 | 8/1/2019 |
| 10.0.6 | 851 | 7/30/2019 |
Removes the old MsgPack.Cli package and instead uses the newer MessagePack for C# package.