AspNetCore.CacheOutput.Redis
4.0.0-pre3
This is a prerelease version of AspNetCore.CacheOutput.Redis.
dotnet add package AspNetCore.CacheOutput.Redis --version 4.0.0-pre3
NuGet\Install-Package AspNetCore.CacheOutput.Redis -Version 4.0.0-pre3
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="4.0.0-pre3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetCore.CacheOutput.Redis --version 4.0.0-pre3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AspNetCore.CacheOutput.Redis, 4.0.0-pre3"
#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=4.0.0-pre3&prerelease // Install AspNetCore.CacheOutput.Redis as a Cake Tool #tool nuget:?package=AspNetCore.CacheOutput.Redis&version=4.0.0-pre3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AspNetCore.CacheOutput.Redis
StackExchange Redis cache provider implementation for AspNetCore.CacheOutput
Installation
Install core package: Install-Package AspNetCore.CacheOutput
Install package with Redis cache provider implementation: Install-Package AspNetCore.CacheOutput.Redis
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 | 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- AspNetCore.CacheOutput (>= 4.0.0-pre2)
- Jil (>= 2.17.0)
- Microsoft.Extensions.Caching.StackExchangeRedis (>= 8.0.11)
-
net9.0
- AspNetCore.CacheOutput (>= 4.0.0-pre2)
- Microsoft.Extensions.Caching.StackExchangeRedis (>= 9.0.0)
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 |
---|---|---|
4.0.0-pre3 | 137 | 12/10/2024 |
3.2.0 | 12,446 | 2/26/2024 |
3.1.0 | 9,974 | 7/21/2023 |
3.0.0 | 12,754 | 4/4/2023 |
3.0.0-pre3 | 216 | 4/4/2023 |
3.0.0-pre2 | 177 | 2/7/2023 |
3.0.0-pre1 | 171 | 2/5/2023 |
2.1.0 | 11,432 | 11/25/2021 |
2.0.3.1 | 808 | 10/18/2021 |
2.0.2 | 2,529 | 9/8/2021 |
2.0.0-pre2 | 331 | 7/7/2021 |
2.0.0-pre1 | 338 | 5/5/2021 |
1.0.5.2 | 17,571 | 10/29/2020 |
1.0.5.1 | 3,458 | 7/21/2020 |
1.0.5 | 12,292 | 2/8/2020 |
1.0.4 | 1,464 | 12/18/2018 |