AspNetCore.CacheOutput.Redis 3.2.0

dotnet add package AspNetCore.CacheOutput.Redis --version 3.2.0
NuGet\Install-Package AspNetCore.CacheOutput.Redis -Version 3.2.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="AspNetCore.CacheOutput.Redis" Version="3.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetCore.CacheOutput.Redis --version 3.2.0
#r "nuget: AspNetCore.CacheOutput.Redis, 3.2.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.
// Install AspNetCore.CacheOutput.Redis as a Cake Addin
#addin nuget:?package=AspNetCore.CacheOutput.Redis&version=3.2.0

// Install AspNetCore.CacheOutput.Redis as a Cake Tool
#tool nuget:?package=AspNetCore.CacheOutput.Redis&version=3.2.0

AspNetCore.CacheOutput.Redis

StackExchange Redis cache provider implementation for AspNetCore.CacheOutput

Installation

  1. Install core package: Install-Package AspNetCore.CacheOutput

  2. Install package with Redis cache provider implementation: Install-Package AspNetCore.CacheOutput.Redis

  3. In "Startup" class "ConfigureServices" method register additional services:

    services.AddRedisCacheOutput(Configuration.GetConnectionString("<redis connection string name>"));
    

Usage

See https://github.com/Iamcerba/AspNetCore.CacheOutput for more details.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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. 
.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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.0 1,344 2/26/2024
3.1.0 8,530 7/21/2023
3.0.0 8,032 4/4/2023
3.0.0-pre3 191 4/4/2023
3.0.0-pre2 142 2/7/2023
3.0.0-pre1 139 2/5/2023
2.1.0 10,549 11/25/2021
2.0.3.1 768 10/18/2021
2.0.2 2,437 9/8/2021
2.0.0-pre2 298 7/7/2021
2.0.0-pre1 312 5/5/2021
1.0.5.2 17,121 10/29/2020
1.0.5.1 3,415 7/21/2020
1.0.5 9,550 2/8/2020
1.0.4 1,416 12/18/2018