StackExchange.Redis.Extensions.Protobuf
11.0.0
dotnet add package StackExchange.Redis.Extensions.Protobuf --version 11.0.0
NuGet\Install-Package StackExchange.Redis.Extensions.Protobuf -Version 11.0.0
<PackageReference Include="StackExchange.Redis.Extensions.Protobuf" Version="11.0.0" />
<PackageVersion Include="StackExchange.Redis.Extensions.Protobuf" Version="11.0.0" />
<PackageReference Include="StackExchange.Redis.Extensions.Protobuf" />
paket add StackExchange.Redis.Extensions.Protobuf --version 11.0.0
#r "nuget: StackExchange.Redis.Extensions.Protobuf, 11.0.0"
#:package StackExchange.Redis.Extensions.Protobuf@11.0.0
#addin nuget:?package=StackExchange.Redis.Extensions.Protobuf&version=11.0.0
#tool nuget:?package=StackExchange.Redis.Extensions.Protobuf&version=11.0.0
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.MemoryPack
- StackExchange.Redis.Extensions.MsgPack
- StackExchange.Redis.Extensions.Protobuf
- StackExchange.Redis.Extensions.ServiceStack
- StackExchange.Redis.Extensions.Utf8Json
| 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 is compatible. 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 is compatible. 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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- protobuf-net (>= 3.2.45 && < 4.0.0)
- StackExchange.Redis.Extensions.Core (>= 11.0.0)
-
net8.0
- protobuf-net (>= 3.2.45 && < 4.0.0)
- StackExchange.Redis.Extensions.Core (>= 11.0.0)
-
net9.0
- protobuf-net (>= 3.2.45 && < 4.0.0)
- StackExchange.Redis.Extensions.Core (>= 11.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on StackExchange.Redis.Extensions.Protobuf:
| Package | Downloads |
|---|---|
|
JC.NetCore.Cache
JC.NetCore.Cache is a library that extends StackExchange.Redis and Faster allowing you a set of functionality needed by common applications. |
|
|
Caching.Redis.OpenTracing
Redis wrapper that writes to de DiagnosticSource |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0 | 56,992 | 1/20/2025 |
| 10.2.0 | 154,390 | 1/23/2024 |
| 10.1.0 | 9,947 | 1/7/2024 |
| 10.0.2 | 4,972 | 12/25/2023 |
| 10.0.1 | 2,589 | 12/23/2023 |
| 10.0.0 | 2,589 | 12/23/2023 |
| 9.1.0 | 472,300 | 3/1/2023 |
| 9.0.0 | 3,074 | 2/20/2023 |
| 8.0.5 | 288,652 | 5/24/2022 |
| 8.0.4 | 92,078 | 2/14/2022 |
| 8.0.3 | 17,816 | 1/14/2022 |
| 8.0.2 | 4,624 | 1/8/2022 |
| 8.0.1 | 2,842 | 1/7/2022 |
| 8.0.0 | 2,876 | 1/7/2022 |
| 7.2.1 | 11,331 | 11/19/2021 |
| 7.1.1 | 510,127 | 6/25/2021 |
| 7.0.1 | 15,470 | 5/21/2021 |
| 7.0.0 | 55,470 | 4/18/2021 |
| 6.4.5 | 10,499 | 3/9/2021 |
| 6.4.3 | 3,002 | 3/8/2021 |
- Multiple redis instances
- Connection pooling (LeastLoaded or RoundRobin)
- 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;
- Tags support;
- Support for Keyspace isolation;