StackExchange.Redis.Extensions.Core
6.0.8-pre
See the version list below for details.
dotnet add package StackExchange.Redis.Extensions.Core --version 6.0.8-pre
NuGet\Install-Package StackExchange.Redis.Extensions.Core -Version 6.0.8-pre
<PackageReference Include="StackExchange.Redis.Extensions.Core" Version="6.0.8-pre" />
<PackageVersion Include="StackExchange.Redis.Extensions.Core" Version="6.0.8-pre" />
<PackageReference Include="StackExchange.Redis.Extensions.Core" />
paket add StackExchange.Redis.Extensions.Core --version 6.0.8-pre
#r "nuget: StackExchange.Redis.Extensions.Core, 6.0.8-pre"
#:package StackExchange.Redis.Extensions.Core@6.0.8-pre
#addin nuget:?package=StackExchange.Redis.Extensions.Core&version=6.0.8-pre&prerelease
#tool nuget:?package=StackExchange.Redis.Extensions.Core&version=6.0.8-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 | 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
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.3)
- StackExchange.Redis (>= 2.1.30)
-
.NETCoreApp 3.1
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.3)
- StackExchange.Redis (>= 2.1.30)
-
.NETFramework 4.6.1
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.3)
- StackExchange.Redis (>= 2.1.30)
-
.NETFramework 4.7.2
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.3)
- StackExchange.Redis (>= 2.1.30)
-
.NETStandard 2.0
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.3)
- StackExchange.Redis (>= 2.1.30)
NuGet packages (75)
Showing the top 5 NuGet packages that depend on StackExchange.Redis.Extensions.Core:
| Package | Downloads |
|---|---|
|
StackExchange.Redis.Extensions.Newtonsoft
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis with higher-level APIs for common application scenarios. Features: - Store and retrieve complex .NET objects with pluggable serialization - Connection pooling with LeastLoaded and RoundRobin strategies - Pub/Sub messaging with typed handlers and error logging - Redis Streams with consumer group support - GeoSpatial indexes (GEOADD, GEOSEARCH, GEODIST) - Hash field expiry (Redis 7.4+ HEXPIRE/HSETEX) - Transparent compression (LZ4, Snappy, Zstd, GZip, Brotli) - Azure Managed Identity support - ASP.NET Core DI integration - Multiple named Redis instances - Tags, Sets, Lists, Sorted Sets, key search Serializer packages (pick one): System.Text.Json, Newtonsoft, MemoryPack, MsgPack, Protobuf, ServiceStack, Utf8Json. |
|
|
StackExchange.Redis.Extensions.AspNetCore
StackExchange.Redis.Extensions.AspNetCore is a library that has a set of extensions method fpr ASP.NET Core |
|
|
StackExchange.Redis.Extensions.Protobuf
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis with higher-level APIs for common application scenarios. Features: - Store and retrieve complex .NET objects with pluggable serialization - Connection pooling with LeastLoaded and RoundRobin strategies - Pub/Sub messaging with typed handlers and error logging - Redis Streams with consumer group support - GeoSpatial indexes (GEOADD, GEOSEARCH, GEODIST) - Hash field expiry (Redis 7.4+ HEXPIRE/HSETEX) - Transparent compression (LZ4, Snappy, Zstd, GZip, Brotli) - Azure Managed Identity support - ASP.NET Core DI integration - Multiple named Redis instances - Tags, Sets, Lists, Sorted Sets, key search Serializer packages (pick one): System.Text.Json, Newtonsoft, MemoryPack, MsgPack, Protobuf, ServiceStack, Utf8Json. |
|
|
StackExchange.Redis.Extensions.System.Text.Json
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis with higher-level APIs for common application scenarios. Features: - Store and retrieve complex .NET objects with pluggable serialization - Connection pooling with LeastLoaded and RoundRobin strategies - Pub/Sub messaging with typed handlers and error logging - Redis Streams with consumer group support - GeoSpatial indexes (GEOADD, GEOSEARCH, GEODIST) - Hash field expiry (Redis 7.4+ HEXPIRE/HSETEX) - Transparent compression (LZ4, Snappy, Zstd, GZip, Brotli) - Azure Managed Identity support - ASP.NET Core DI integration - Multiple named Redis instances - Tags, Sets, Lists, Sorted Sets, key search Serializer packages (pick one): System.Text.Json, Newtonsoft, MemoryPack, MsgPack, Protobuf, ServiceStack, Utf8Json. |
|
|
StackExchange.Redis.Extensions.MsgPack
StackExchange.Redis.Extensions is a library that extends StackExchange.Redis with higher-level APIs for common application scenarios. Features: - Store and retrieve complex .NET objects with pluggable serialization - Connection pooling with LeastLoaded and RoundRobin strategies - Pub/Sub messaging with typed handlers and error logging - Redis Streams with consumer group support - GeoSpatial indexes (GEOADD, GEOSEARCH, GEODIST) - Hash field expiry (Redis 7.4+ HEXPIRE/HSETEX) - Transparent compression (LZ4, Snappy, Zstd, GZip, Brotli) - Azure Managed Identity support - ASP.NET Core DI integration - Multiple named Redis instances - Tags, Sets, Lists, Sorted Sets, key search Serializer packages (pick one): System.Text.Json, Newtonsoft, MemoryPack, MsgPack, Protobuf, ServiceStack, Utf8Json. |
GitHub repositories (6)
Showing the top 6 popular GitHub repositories that depend on StackExchange.Redis.Extensions.Core:
| Repository | Stars |
|---|---|
|
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
|
|
|
shr670377723/CommunityServer-master
|
|
|
lindexi/lindexi_gd
博客用到的代码
|
|
|
friflo/Friflo.Json.Fliox
C# ORM - High Performance, SQL, NoSQL, Messaging, Pub-Sub
|
|
|
jimdroberts/FishMMO
FishNetworking MMO Template
|
|
|
anton-martyniuk/Modern
.NET modern tools for fast and efficient development
|
| Version | Downloads | Last Updated |
|---|---|---|
| 12.1.0 | 6,656 | 4/11/2026 |
| 12.0.0 | 1,591 | 4/11/2026 |
| 11.0.0 | 2,408,943 | 1/20/2025 |
| 10.2.0 | 5,226,923 | 1/23/2024 |
| 10.1.0 | 302,037 | 1/7/2024 |
| 10.0.2 | 136,433 | 12/25/2023 |
| 10.0.1 | 14,927 | 12/23/2023 |
| 10.0.0 | 23,154 | 12/23/2023 |
| 9.1.0 | 4,421,190 | 3/1/2023 |
| 9.0.0 | 82,771 | 2/20/2023 |
| 8.0.5 | 5,100,831 | 5/24/2022 |
| 8.0.4 | 1,490,151 | 2/14/2022 |
| 8.0.3 | 273,092 | 1/14/2022 |
| 8.0.2 | 72,738 | 1/8/2022 |
| 8.0.1 | 13,275 | 1/7/2022 |
| 8.0.0 | 22,888 | 1/7/2022 |
| 7.2.1 | 1,120,068 | 11/19/2021 |
| 7.1.1 | 2,475,622 | 6/25/2021 |
| 7.0.1 | 459,289 | 5/21/2021 |
| 6.0.8-pre | 7,270 | 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;