Info
Version: | 1.0.1 |
Author(s): | Lucas |
Last Update: | Monday, November 16, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/NFinal.Memcached.ClientLibrary |
Install
Install-Package NFinal.Memcached.ClientLibrary
dotnet add package NFinal.Memcached.ClientLibrary
paket add NFinal.Memcached.ClientLibrary
NFinal.Memcached.ClientLibrary Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json.Bson(>= 1.0.2)
- SharpZipLib.NETStandard(>= 1.0.7)
其内部的序列化做成了接口,支持Json,Bson,BinaryFormatter.由于BinaryFormatter效率低下,可移植性不强.因此默认改为Bson存储.存储协议与java的Memcached-Java-Client开发包保持一致,只需加个BSON序列化,就可以实现java与.net的相互通信.