StackExchange.Redis.Extensions.Binary 6.0.4-pre

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

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

StackExchange.Redis.Extensions is a library that extends StackExchange.Redis allowing you a set of functionality needed by common applications.

       To store complex data It requires one of the following implementations:

       - StackExchange.Redis.Extensions.Newtonsoft
       - StackExchange.Redis.Extensions.Jil
       - StackExchange.Redis.Extensions.MsgPack
       - StackExchange.Redis.Extensions.Protobuf
       - StackExchange.Redis.Extensions.Utf8Json
       - StackExchange.Redis.Extensions.Binary

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 netcoreapp3.1 is compatible. 
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,990 4/27/2020
6.3.6 136,733 12/18/2020
6.3.5 9,325 9/1/2020
6.3.4 24,982 7/12/2020
6.3.3 1,172 7/3/2020
6.3.2 1,050 7/3/2020
6.3.1 1,152 7/3/2020
6.3.0 1,054 6/17/2020
6.2.2 1,087 6/11/2020
6.2.1 1,072 6/11/2020
6.2.0 1,118 6/11/2020
6.1.7 4,443 5/18/2020
6.1.6 3,012 5/8/2020
6.1.5 1,067 5/5/2020
6.1.1 3,466 4/27/2020
6.1.0 1,069 4/27/2020
6.0.11 1,145 4/19/2020
6.0.10-pre 940 4/18/2020
6.0.9-pre 914 4/18/2020
6.0.8-pre 900 4/16/2020
6.0.7-pre 895 4/9/2020
6.0.6-pre 918 4/9/2020
6.0.5-pre 962 3/11/2020
6.0.4-pre 948 3/11/2020
6.0.3-pre 890 3/11/2020
6.0.2-pre 928 3/10/2020
6.0.1-pre 910 3/10/2020
6.0.0-pre 900 3/10/2020
5.5.0 29,113 11/22/2019
5.4.0 1,077 11/22/2019
5.3.0 10,013 10/9/2019
5.2.0 13,400 9/1/2019
5.1.2 1,357 8/26/2019
5.1.1 1,178 8/10/2019
5.1.0 2,682 7/29/2019
5.0.3 10,768 5/20/2019
5.0.2 13,937 5/3/2019
5.0.1 3,308 4/1/2019
5.0.1-pre 1,119 1/16/2019
5.0.0 1,181 3/28/2019
5.0.0-pre 1,119 1/16/2019
4.0.5 54,532 11/27/2018
4.0.4 6,950 11/11/2018
4.0.3 1,369 11/5/2018
4.0.2 1,282 11/5/2018
4.0.1 1,444 11/1/2018
4.0.0 1,397 11/1/2018
3.5.0 27,019 7/10/2018
3.4.0 50,898 5/26/2018
3.3.0 1,785 3/30/2018
3.2.0 1,722 3/7/2018
3.1.0 1,711 2/16/2018
3.0.1 1,706 2/8/2018
3.0.0 1,594 1/30/2018
2.3.0 22,089 8/30/2017
2.2.0 3,268 5/23/2017

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