StackExchange.Redis.Extensions.AspNetCore
12.0.0
See the version list below for details.
dotnet add package StackExchange.Redis.Extensions.AspNetCore --version 12.0.0
NuGet\Install-Package StackExchange.Redis.Extensions.AspNetCore -Version 12.0.0
<PackageReference Include="StackExchange.Redis.Extensions.AspNetCore" Version="12.0.0" />
<PackageVersion Include="StackExchange.Redis.Extensions.AspNetCore" Version="12.0.0" />
<PackageReference Include="StackExchange.Redis.Extensions.AspNetCore" />
paket add StackExchange.Redis.Extensions.AspNetCore --version 12.0.0
#r "nuget: StackExchange.Redis.Extensions.AspNetCore, 12.0.0"
#:package StackExchange.Redis.Extensions.AspNetCore@12.0.0
#addin nuget:?package=StackExchange.Redis.Extensions.AspNetCore&version=12.0.0
#tool nuget:?package=StackExchange.Redis.Extensions.AspNetCore&version=12.0.0
StackExchange.Redis.Extensions.AspNetCore is a library that has a set of extensions method fpr ASP.NET Core
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 is compatible. 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. |
-
net10.0
- StackExchange.Redis.Extensions.Core (>= 12.0.0)
-
net8.0
- StackExchange.Redis.Extensions.Core (>= 12.0.0)
-
net9.0
- StackExchange.Redis.Extensions.Core (>= 12.0.0)
NuGet packages (24)
Showing the top 5 NuGet packages that depend on StackExchange.Redis.Extensions.AspNetCore:
| Package | Downloads |
|---|---|
|
Xinghe.Utility
XH基础库(内部使用) |
|
|
WGM.Infrastructure.Core
Package Description |
|
|
ArkTribeManager.Core
Package Description |
|
|
Autransoft.Redis.InMemory
Package Description |
|
|
wfm-core
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on StackExchange.Redis.Extensions.AspNetCore:
| Repository | Stars |
|---|---|
|
Anapher/Strive
Open source video conferencing platform
|
|
|
Azure/sg-aks-workshop
Security + Governance Workshop
|
| Version | Downloads | Last Updated |
|---|---|---|
| 12.1.0 | 4,325 | 4/11/2026 |
| 12.0.0 | 1,596 | 4/11/2026 |
| 11.0.0 | 1,136,962 | 1/20/2025 |
| 10.2.0 | 2,113,613 | 1/23/2024 |
| 10.1.0 | 224,674 | 1/7/2024 |
| 10.0.2 | 87,026 | 12/25/2023 |
| 10.0.1 | 10,400 | 12/23/2023 |
| 10.0.0 | 17,476 | 12/23/2023 |
| 9.1.0 | 1,706,355 | 3/1/2023 |
| 9.0.0 | 40,076 | 2/20/2023 |
| 8.0.5 | 2,668,049 | 5/24/2022 |
| 8.0.4 | 655,528 | 2/14/2022 |
| 8.0.3 | 76,487 | 1/14/2022 |
| 8.0.2 | 62,014 | 1/8/2022 |
| 8.0.1 | 9,540 | 1/7/2022 |
| 8.0.0 | 15,288 | 1/7/2022 |
| 7.2.1 | 378,020 | 11/19/2021 |
| 7.1.1 | 858,943 | 6/25/2021 |
| 7.0.1 | 100,089 | 5/21/2021 |
| 7.0.0 | 334,852 | 4/18/2021 |
v12.0.0:
- Added .NET 10 target framework
- Added GeoSpatial API (GEOADD, GEOSEARCH, GEODIST, GEOPOS, GEOHASH)
- Added Redis Streams API (XADD, XREAD, XREADGROUP, XACK, consumer groups)
- Added Hash field expiry (HEXPIRE, HSETEX, HPTTL, HPERSIST) for Redis 7.4+
- Added transparent compression support with pluggable ICompressor
- Added compression packages: LZ4, Snappy, Zstandard, GZip, Brotli
- Added Azure Managed Identity support via ConfigurationOptionsAsyncHandler
- Added CertificateSelection, ClientName, KeepAlive configuration properties
- Fixed SyncTimeout default from 1000ms to 5000ms
- Fixed Sentinel CommandMap blocking data commands (EVAL, GET, SET)
- Fixed AddAllAsync TTL race condition (now atomic per key)
- Fixed pool resilience: GetConnection skips disconnected connections
- Fixed PubSub handler silently swallowing exceptions
- Upgraded to StackExchange.Redis 2.12.14
- Upgraded to ConnectAsync (SE.Redis best practice)
- Replaced Moq with NSubstitute