MsgPack
Install
Install-Package StackExchange.Redis.Extensions.MsgPackdotnet add package StackExchange.Redis.Extensions.MsgPack<PackageReference Include="StackExchange.Redis.Extensions.MsgPack" Version="5.5.0" />paket add StackExchange.Redis.Extensions.MsgPackSetup
services.AddSingleton<ISerializer, MsgPackObjectSerializer>();container.Register(Component.For<ISerializer>()
.ImplementedBy<MsgPackObjectSerializer>()
.LifestyleSingleton());Last updated