CachingFramework.Redis.MsgPack 15.0.2

dotnet add package CachingFramework.Redis.MsgPack --version 15.0.2
NuGet\Install-Package CachingFramework.Redis.MsgPack -Version 15.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CachingFramework.Redis.MsgPack" Version="15.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CachingFramework.Redis.MsgPack --version 15.0.2
#r "nuget: CachingFramework.Redis.MsgPack, 15.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CachingFramework.Redis.MsgPack as a Cake Addin
#addin nuget:?package=CachingFramework.Redis.MsgPack&version=15.0.2

// Install CachingFramework.Redis.MsgPack as a Cake Tool
#tool nuget:?package=CachingFramework.Redis.MsgPack&version=15.0.2

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 Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 was computed.  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. 
.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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
15.0.2 5,438 1/22/2023
15.0.1 1,505 11/14/2022
15.0.0 1,328 10/8/2022
14.1.0 1,013 8/5/2022
14.0.0 1,166 5/17/2022
13.0.0 505 5/10/2022
12.0.6 2,151 7/8/2021
12.0.5 466 5/24/2021
12.0.4 494 4/17/2021
12.0.3 22,831 8/11/2020
12.0.2 640 7/22/2020
12.0.1 798 6/14/2020
12.0.0 901 5/25/2020
11.1.1 5,620 2/25/2020
11.1.0 1,102 11/26/2019
11.0.0 5,760 8/1/2019
10.0.6 582 7/30/2019
10.0.5 613 7/14/2019
10.0.4 860 2/20/2019
10.0.3 870 11/24/2018
10.0.2 894 10/9/2018
10.0.1 877 9/14/2018
10.0.0 876 9/7/2018
9.0.0 1,803 8/22/2018
8.2.0 1,146 6/7/2018
8.1.0 1,045 5/31/2018
8.0.0 1,801 5/22/2018
7.5.0 2,481 1/26/2018
7.4.1 1,057 12/4/2017
7.4.0 971 12/4/2017
7.3.1 1,023 10/4/2017
7.2.0 1,062 6/29/2017
7.1.5 1,020 5/29/2017
7.1.4 1,007 5/29/2017
7.1.3 1,030 5/24/2017
7.1.2 1,010 5/20/2017
7.1.1 1,068 5/5/2017
7.1.0 1,029 4/1/2017
7.0.0 1,126 11/19/2016
6.2.0 1,081 11/5/2016
6.1.0 1,331 11/2/2016
5.1.0 1,054 10/9/2016
5.0.0 1,060 10/7/2016
4.9.0 1,303 9/17/2016
4.8.0 1,423 6/28/2016
4.7.1 1,399 5/27/2016
4.7.0 1,417 5/26/2016
4.6.0 1,438 4/18/2016
4.3.0 1,347 4/6/2016
4.1.0 1,490 3/13/2016
4.0.0 1,362 3/6/2016
3.4.0 1,832 2/26/2016

Removes the old MsgPack.Cli package and instead uses the newer MessagePack for C# package.