StackExchange.Redis.Extensions.MsgPack
1.1.6
dotnet add package StackExchange.Redis.Extensions.MsgPack --version 1.1.6
NuGet\Install-Package StackExchange.Redis.Extensions.MsgPack -Version 1.1.6
<PackageReference Include="StackExchange.Redis.Extensions.MsgPack" Version="1.1.6" />
paket add StackExchange.Redis.Extensions.MsgPack --version 1.1.6
#r "nuget: StackExchange.Redis.Extensions.MsgPack, 1.1.6"
// Install StackExchange.Redis.Extensions.MsgPack as a Cake Addin #addin nuget:?package=StackExchange.Redis.Extensions.MsgPack&version=1.1.6 // Install StackExchange.Redis.Extensions.MsgPack as a Cake Tool #tool nuget:?package=StackExchange.Redis.Extensions.MsgPack&version=1.1.6
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications.
This implementation is based on Message Pack CLI
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- MsgPack.Cli (>= 0.5.11)
- StackExchange.Redis.Extensions.Core (>= 1.1.9)
GitHub repositories
This package is not used by any popular GitHub repositories.
- Add an object to Redis;
- Change ISerializer interface (more info here https://github.com/imperugo/StackExchange.Redis.Extensions/issues/2)
- Update StackExchange.Redis to latest version;
- Changed Flush method;
- Remove an object from Redis;
- Search Keys into Redis;
- Retrieve multiple object with a single roundtrip;
- Store multiple object with a single roundtrip;
- Get Redis Server information;
- Set Add;
- Set Member;
- Save;
- Async methods;