StackExchange.Redis.Extensions.AspNetCore 6.3.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package StackExchange.Redis.Extensions.AspNetCore --version 6.3.6
NuGet\Install-Package StackExchange.Redis.Extensions.AspNetCore -Version 6.3.6
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="6.3.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StackExchange.Redis.Extensions.AspNetCore --version 6.3.6
#r "nuget: StackExchange.Redis.Extensions.AspNetCore, 6.3.6"
#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.
// Install StackExchange.Redis.Extensions.AspNetCore as a Cake Addin
#addin nuget:?package=StackExchange.Redis.Extensions.AspNetCore&version=6.3.6

// Install StackExchange.Redis.Extensions.AspNetCore as a Cake Tool
#tool nuget:?package=StackExchange.Redis.Extensions.AspNetCore&version=6.3.6

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

NuGet packages (22)

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

Package Downloads
Xinghe.Utility

XH基础库(内部使用)

UserManagement.Services

Package Description

Autransoft.Redis.InMemory

Package Description

WGM.Infrastructure.Core

Package Description

ArkTribeManager.Core

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on StackExchange.Redis.Extensions.AspNetCore:

Repository Stars
Azure/sg-aks-workshop
Security + Governance Workshop
Anapher/Strive
Open source video conferencing platform
Version Downloads Last updated
10.2.0 36,801 1/23/2024
10.1.0 42,296 1/7/2024
10.0.2 13,135 12/25/2023
10.0.1 587 12/23/2023
10.0.0 311 12/23/2023
9.1.0 625,094 3/1/2023
9.0.0 18,633 2/20/2023
8.0.5 1,596,818 5/24/2022
8.0.4 366,178 2/14/2022
8.0.3 56,291 1/14/2022
8.0.2 43,865 1/8/2022
8.0.1 680 1/7/2022
8.0.0 998 1/7/2022
7.2.1 277,135 11/19/2021
7.1.1 540,248 6/25/2021
7.0.1 84,327 5/21/2021
7.0.0 184,051 4/18/2021
7.0.0-pre 95,587 4/27/2020
6.4.5 169,707 3/9/2021
6.4.3 2,068 3/8/2021
6.4.2 834 3/8/2021
6.4.1 805 3/8/2021
6.4.0 858 3/8/2021
6.3.6 146,518 12/18/2020
6.3.5 288,365 9/1/2020
6.3.4 548,592 7/12/2020
6.3.3 13,619 7/3/2020
6.3.2 858 7/3/2020
6.3.1 892 7/3/2020
6.3.0 25,470 6/17/2020
6.2.2 8,219 6/11/2020
6.2.1 865 6/11/2020
6.2.0 922 6/11/2020
6.1.7 9,012 5/18/2020
6.1.6 4,358 5/8/2020
6.1.5 2,325 5/5/2020
6.1.4 923 5/5/2020
6.1.3 901 5/5/2020
6.1.2 888 5/5/2020
6.1.1 1,817 4/27/2020
6.1.0 12,300 4/27/2020
5.5.0 220,911 11/22/2019
5.4.0 951 11/22/2019
5.3.0 42,465 10/9/2019
5.2.0 26,521 9/1/2019
5.1.2 3,197 8/26/2019
5.0.3 33,426 5/20/2019
5.0.2 257,197 5/3/2019
5.0.1 71,978 4/1/2019
5.0.1-pre 1,029 1/16/2019
5.0.0 9,720 3/28/2019
5.0.0-pre 951 1/16/2019
4.0.5 64,814 11/27/2018
4.0.4 1,425 11/11/2018
4.0.3 20,626 11/5/2018
2.0.2 1,217 11/5/2018
2.0.1 1,172 11/1/2018
2.0.0 1,130 11/1/2018
1.0.0 4,257 7/10/2018

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