StackExchange.Redis.Extensions.Binary 2.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package StackExchange.Redis.Extensions.Binary --version 2.3.0
                    
NuGet\Install-Package StackExchange.Redis.Extensions.Binary -Version 2.3.0
                    
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="2.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StackExchange.Redis.Extensions.Binary" Version="2.3.0" />
                    
Directory.Packages.props
<PackageReference Include="StackExchange.Redis.Extensions.Binary" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StackExchange.Redis.Extensions.Binary --version 2.3.0
                    
#r "nuget: StackExchange.Redis.Extensions.Binary, 2.3.0"
                    
#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.
#addin nuget:?package=StackExchange.Redis.Extensions.Binary&version=2.3.0
                    
Install StackExchange.Redis.Extensions.Binary as a Cake Addin
#tool nuget:?package=StackExchange.Redis.Extensions.Binary&version=2.3.0
                    
Install StackExchange.Redis.Extensions.Binary as a Cake Tool

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 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. 
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 11,172 4/27/2020
6.3.6 181,840 12/18/2020
6.3.5 9,557 9/1/2020
6.3.4 25,189 7/12/2020
6.3.3 1,220 7/3/2020
6.3.2 1,102 7/3/2020
6.3.1 1,200 7/3/2020
6.3.0 1,102 6/17/2020
6.2.2 1,139 6/11/2020
6.2.1 1,121 6/11/2020
6.2.0 1,165 6/11/2020
6.1.7 4,495 5/18/2020
6.1.6 3,064 5/8/2020
6.1.5 1,115 5/5/2020
6.1.1 3,845 4/27/2020
6.1.0 1,123 4/27/2020
6.0.11 1,195 4/19/2020
6.0.10-pre 986 4/18/2020
6.0.9-pre 967 4/18/2020
6.0.8-pre 945 4/16/2020
6.0.7-pre 940 4/9/2020
6.0.6-pre 979 4/9/2020
6.0.5-pre 1,007 3/11/2020
6.0.4-pre 993 3/11/2020
6.0.3-pre 935 3/11/2020
6.0.2-pre 973 3/10/2020
6.0.1-pre 954 3/10/2020
6.0.0-pre 944 3/10/2020
5.5.0 31,263 11/22/2019
5.4.0 1,127 11/22/2019
5.3.0 10,118 10/9/2019
5.2.0 14,029 9/1/2019
5.1.2 1,440 8/26/2019
5.1.1 1,227 8/10/2019
5.1.0 2,731 7/29/2019
5.0.3 10,957 5/20/2019
5.0.2 14,180 5/3/2019
5.0.1 3,361 4/1/2019
5.0.1-pre 1,193 1/16/2019
5.0.0 1,406 3/28/2019
5.0.0-pre 1,176 1/16/2019
4.0.5 60,701 11/27/2018
4.0.4 7,020 11/11/2018
4.0.3 1,435 11/5/2018
4.0.2 1,365 11/5/2018
4.0.1 1,530 11/1/2018
4.0.0 1,492 11/1/2018
3.5.0 30,079 7/10/2018
3.4.0 55,650 5/26/2018
3.3.0 1,955 3/30/2018
3.2.0 1,891 3/7/2018
3.1.0 1,878 2/16/2018
3.0.1 1,877 2/8/2018
3.0.0 1,766 1/30/2018
2.3.0 22,297 8/30/2017
2.2.0 3,402 5/23/2017

- Add an object to Redis;
- Custom Serialized (need to implement your own serializer inherit from ISerializer);
- 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;
- Much more;