StackExchange.Redis.Extensions.Binary
6.3.6
Prefix Reserved
See the version list below for details.
dotnet add package StackExchange.Redis.Extensions.Binary --version 6.3.6
NuGet\Install-Package StackExchange.Redis.Extensions.Binary -Version 6.3.6
<PackageReference Include="StackExchange.Redis.Extensions.Binary" Version="6.3.6" />
<PackageVersion Include="StackExchange.Redis.Extensions.Binary" Version="6.3.6" />
<PackageReference Include="StackExchange.Redis.Extensions.Binary" />
paket add StackExchange.Redis.Extensions.Binary --version 6.3.6
#r "nuget: StackExchange.Redis.Extensions.Binary, 6.3.6"
#:package StackExchange.Redis.Extensions.Binary@6.3.6
#addin nuget:?package=StackExchange.Redis.Extensions.Binary&version=6.3.6
#tool nuget:?package=StackExchange.Redis.Extensions.Binary&version=6.3.6
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.System.Text.Json
- StackExchange.Redis.Extensions.Jil
- StackExchange.Redis.Extensions.MsgPack
- StackExchange.Redis.Extensions.Protobuf
- StackExchange.Redis.Extensions.Utf8Json
- StackExchange.Redis.Extensions.Binary
| Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 is compatible. netcoreapp3.1 is compatible. |
| .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. |
-
.NETCoreApp 3.0
- StackExchange.Redis.Extensions.Core (>= 6.3.6)
-
.NETCoreApp 3.1
- StackExchange.Redis.Extensions.Core (>= 6.3.6)
-
.NETFramework 4.6.1
- StackExchange.Redis.Extensions.Core (>= 6.3.6)
-
.NETFramework 4.7.2
- StackExchange.Redis.Extensions.Core (>= 6.3.6)
-
.NETStandard 2.0
- StackExchange.Redis.Extensions.Core (>= 6.3.6)
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,429 | 4/27/2020 |
| 6.3.6 | 263,303 | 12/18/2020 |
| 6.3.5 | 10,202 | 9/1/2020 |
| 6.3.4 | 26,430 | 7/12/2020 |
| 6.3.3 | 1,871 | 7/3/2020 |
| 6.3.2 | 1,755 | 7/3/2020 |
| 6.3.1 | 1,847 | 7/3/2020 |
| 6.3.0 | 1,738 | 6/17/2020 |
| 6.2.2 | 1,781 | 6/11/2020 |
| 6.2.1 | 1,744 | 6/11/2020 |
| 6.2.0 | 1,815 | 6/11/2020 |
| 6.1.7 | 5,161 | 5/18/2020 |
| 6.1.6 | 3,729 | 5/8/2020 |
| 6.1.5 | 1,751 | 5/5/2020 |
| 6.1.1 | 4,937 | 4/27/2020 |
| 6.1.0 | 1,766 | 4/27/2020 |
| 6.0.11 | 1,842 | 4/19/2020 |
| 6.0.10-pre | 1,182 | 4/18/2020 |
| 6.0.9-pre | 1,186 | 4/18/2020 |
| 6.0.8-pre | 1,139 | 4/16/2020 |
- 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;