StackExchange.Redis.Extensions.Binary 4.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package StackExchange.Redis.Extensions.Binary --version 4.0.4
NuGet\Install-Package StackExchange.Redis.Extensions.Binary -Version 4.0.4
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="StackExchange.Redis.Extensions.Binary" Version="4.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StackExchange.Redis.Extensions.Binary --version 4.0.4
#r "nuget: StackExchange.Redis.Extensions.Binary, 4.0.4"
#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 StackExchange.Redis.Extensions.Binary as a Cake Addin
#addin nuget:?package=StackExchange.Redis.Extensions.Binary&version=4.0.4

// Install StackExchange.Redis.Extensions.Binary as a Cake Tool
#tool nuget:?package=StackExchange.Redis.Extensions.Binary&version=4.0.4

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 Microsoft's BinarySerializer

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on StackExchange.Redis.Extensions.Binary:

Package Downloads
SkunkLab.Storage

Storage library for netcore v3.1. Blob, Table, Queue, File.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.0-pre 10,847 4/27/2020
6.3.6 115,595 12/18/2020
6.3.5 9,223 9/1/2020
6.3.4 24,668 7/12/2020
6.3.3 1,100 7/3/2020
6.3.2 992 7/3/2020
6.3.1 1,101 7/3/2020
6.3.0 994 6/17/2020
6.2.2 1,020 6/11/2020
6.2.1 1,010 6/11/2020
6.2.0 1,064 6/11/2020
6.1.7 4,386 5/18/2020
6.1.6 2,952 5/8/2020
6.1.5 1,008 5/5/2020
6.1.1 3,287 4/27/2020
6.1.0 1,014 4/27/2020
6.0.11 1,068 4/19/2020
6.0.10-pre 888 4/18/2020
6.0.9-pre 862 4/18/2020
6.0.8-pre 853 4/16/2020
6.0.7-pre 856 4/9/2020
6.0.6-pre 870 4/9/2020
6.0.5-pre 913 3/11/2020
6.0.4-pre 896 3/11/2020
6.0.3-pre 842 3/11/2020
6.0.2-pre 876 3/10/2020
6.0.1-pre 858 3/10/2020
6.0.0-pre 851 3/10/2020
5.5.0 28,460 11/22/2019
5.4.0 1,029 11/22/2019
5.3.0 9,914 10/9/2019
5.2.0 13,034 9/1/2019
5.1.2 1,320 8/26/2019
5.1.1 1,124 8/10/2019
5.1.0 2,625 7/29/2019
5.0.3 10,554 5/20/2019
5.0.2 4,008 5/3/2019
5.0.1 3,251 4/1/2019
5.0.1-pre 1,085 1/16/2019
5.0.0 1,120 3/28/2019
5.0.0-pre 1,069 1/16/2019
4.0.5 48,785 11/27/2018
4.0.4 6,892 11/11/2018
4.0.3 1,318 11/5/2018
4.0.2 1,226 11/5/2018
4.0.1 1,403 11/1/2018
4.0.0 1,328 11/1/2018
3.5.0 24,895 7/10/2018
3.4.0 47,744 5/26/2018
3.3.0 1,721 3/30/2018
3.2.0 1,660 3/7/2018
3.1.0 1,643 2/16/2018
3.0.1 1,644 2/8/2018
3.0.0 1,541 1/30/2018
2.3.0 21,977 8/30/2017
2.2.0 3,199 5/23/2017

- Added support to .NET Standard
- Bugfixing
- improving performances;
- Add an object to Redis;
- Change ISerializer interface
- 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 AddAdd;
- SetRemove;
- SetRemoveAll;
- Set Member;
- Pub/Sub events;
- Save;
- Async methods;
- Hash methods;
- Support for Keyspace isolation;