缓存组件,MessagePack内容编解码,数据格式与json类似,省去了特殊符号,用特定编码对各种类型进行定义,压缩传输内容大小.
Info
Version: | 1.0.0 |
Author(s): | 研发中心-李永利 |
Last Update: | Sunday, May 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Cloud.Extensions.Caching.Codec.MessagePack |
Install
Install-Package Cloud.Extensions.Caching.Codec.MessagePack
dotnet add package Cloud.Extensions.Caching.Codec.MessagePack
paket add Cloud.Extensions.Caching.Codec.MessagePack
Cloud.Extensions.Caching.Codec.MessagePack Download (Unzip the "nupkg" after downloading)
Dependencies
- Cloud.Extensions.Caching(>= 1.0.0)
- MessagePack(>= 1.9.3)