StackExchange.Redis.Extensions.AspNetCore 11.0.0

dotnet add package StackExchange.Redis.Extensions.AspNetCore --version 11.0.0
                    
NuGet\Install-Package StackExchange.Redis.Extensions.AspNetCore -Version 11.0.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.AspNetCore" Version="11.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StackExchange.Redis.Extensions.AspNetCore" Version="11.0.0" />
                    
Directory.Packages.props
<PackageReference Include="StackExchange.Redis.Extensions.AspNetCore" />
                    
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.AspNetCore --version 11.0.0
                    
#r "nuget: StackExchange.Redis.Extensions.AspNetCore, 11.0.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.AspNetCore&version=11.0.0
                    
Install as a Cake Addin
#tool nuget:?package=StackExchange.Redis.Extensions.AspNetCore&version=11.0.0
                    
Install as a Cake Tool

StackExchange.Redis.Extensions.AspNetCore is a library that has a set of extensions method fpr ASP.NET Core

Product 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (24)

Showing the top 5 NuGet packages that depend on StackExchange.Redis.Extensions.AspNetCore:

Package Downloads
Xinghe.Utility

XH基础库(内部使用)

UserManagement.Services

Package Description

WGM.Infrastructure.Core

Package Description

Autransoft.Redis.InMemory

Package Description

ArkTribeManager.Core

Package Description

GitHub repositories (3)

Showing the top 3 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
239573049/EarthChat
Version Downloads Last Updated
11.0.0 257,534 1/20/2025
10.2.0 1,349,063 1/23/2024
10.1.0 157,364 1/7/2024
10.0.2 74,658 12/25/2023
10.0.1 1,560 12/23/2023
10.0.0 1,283 12/23/2023
9.1.0 1,370,455 3/1/2023
9.0.0 25,048 2/20/2023
8.0.5 2,382,520 5/24/2022
8.0.4 533,671 2/14/2022
8.0.3 65,006 1/14/2022
8.0.2 52,169 1/8/2022
8.0.1 813 1/7/2022
8.0.0 2,932 1/7/2022
7.2.1 343,851 11/19/2021
7.1.1 722,338 6/25/2021
7.0.1 90,759 5/21/2021
7.0.0 301,341 4/18/2021
7.0.0-pre 97,496 4/27/2020
6.4.5 227,547 3/9/2021
6.4.3 2,264 3/8/2021
6.4.2 979 3/8/2021
6.4.1 950 3/8/2021
6.4.0 999 3/8/2021
6.3.6 163,912 12/18/2020
6.3.5 326,456 9/1/2020
6.3.4 626,167 7/12/2020
6.3.3 14,643 7/3/2020
6.3.2 1,002 7/3/2020
6.3.1 1,038 7/3/2020
6.3.0 27,176 6/17/2020
6.2.2 16,057 6/11/2020
6.2.1 1,009 6/11/2020
6.2.0 1,060 6/11/2020
6.1.7 11,013 5/18/2020
6.1.6 4,917 5/8/2020
6.1.5 2,904 5/5/2020
6.1.4 1,082 5/5/2020
6.1.3 1,054 5/5/2020
6.1.2 1,033 5/5/2020
6.1.1 2,046 4/27/2020
6.1.0 12,886 4/27/2020
5.5.0 263,663 11/22/2019
5.4.0 1,098 11/22/2019
5.3.0 56,580 10/9/2019
5.2.0 26,840 9/1/2019
5.1.2 3,603 8/26/2019
5.0.3 44,039 5/20/2019
5.0.2 261,946 5/3/2019
5.0.1 74,845 4/1/2019
5.0.1-pre 1,176 1/16/2019
5.0.0 10,866 3/28/2019
5.0.0-pre 1,113 1/16/2019
4.0.5 71,335 11/27/2018
4.0.4 1,606 11/11/2018
4.0.3 30,112 11/5/2018
2.0.2 1,397 11/5/2018
2.0.1 1,343 11/1/2018
2.0.0 1,316 11/1/2018
1.0.0 7,350 7/10/2018

- 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;