Fluxera.Extensions.Hosting.Modules.Caching.Redis 6.2.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Fluxera.Extensions.Hosting.Modules.Caching.Redis --version 6.2.1
                    
NuGet\Install-Package Fluxera.Extensions.Hosting.Modules.Caching.Redis -Version 6.2.1
                    
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="Fluxera.Extensions.Hosting.Modules.Caching.Redis" Version="6.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fluxera.Extensions.Hosting.Modules.Caching.Redis" Version="6.2.1" />
                    
Directory.Packages.props
<PackageReference Include="Fluxera.Extensions.Hosting.Modules.Caching.Redis" />
                    
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 Fluxera.Extensions.Hosting.Modules.Caching.Redis --version 6.2.1
                    
#r "nuget: Fluxera.Extensions.Hosting.Modules.Caching.Redis, 6.2.1"
                    
#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=Fluxera.Extensions.Hosting.Modules.Caching.Redis&version=6.2.1
                    
Install Fluxera.Extensions.Hosting.Modules.Caching.Redis as a Cake Addin
#tool nuget:?package=Fluxera.Extensions.Hosting.Modules.Caching.Redis&version=6.2.1
                    
Install Fluxera.Extensions.Hosting.Modules.Caching.Redis as a Cake Tool

Build Status

Fluxera.Extensions.Hosting.Modules

A library that provides several reusable modules for the Fluxera.Extensions.Hosting infrastructure.

Concepts

  • Modules
    • Is the logical unit of one or more features that are enabled by using it as dependency.
  • Contributors
    • Are components that provide additional startup logic to a module that provides a sertain feature.
    • Always add them in PreConfigureServices
  • Extensions
    • Are similar to contributors but are used at runtime. Extensions are always additive so that not only one instance is used, but all registered extensions. Extensions are fixed it the sense that the module it belongs to will always configure it to be used.
  • Plugins
    • A plugin implements interfaces provided by one or more modules and is used using the AddPlugin infrastructure. It could be used as normal module but is usually used this way because different implementations are used because of the configuration of the application.

Configuration

appsettings.json ...

{
  "Hosting": {
    "Modules": {
      "DataManagement": {
      }
    }
  },
  "ConnectionStrings": {
    "Default": "localhost"
  }
}
Product Compatible and additional computed target framework versions.
.NET 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 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.  net9.0 was computed.  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

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
9.0.1 242 3/29/2025 9.0.1 is deprecated because it is no longer maintained.
9.0.0 172 11/16/2024 9.0.0 is deprecated because it is no longer maintained.
8.15.0 176 11/1/2024 8.15.0 is deprecated because it is no longer maintained.
8.14.0 185 6/17/2024 8.14.0 is deprecated because it is no longer maintained.
8.13.2 172 6/15/2024 8.13.2 is deprecated because it is no longer maintained.
8.13.1 173 6/2/2024 8.13.1 is deprecated because it is no longer maintained.
8.13.0 178 5/26/2024 8.13.0 is deprecated because it is no longer maintained.
8.12.0 179 4/28/2024 8.12.0 is deprecated because it is no longer maintained.
8.11.1 184 4/27/2024 8.11.1 is deprecated because it is no longer maintained.
8.11.0 177 4/26/2024 8.11.0 is deprecated because it is no longer maintained.
8.10.0 180 4/25/2024 8.10.0 is deprecated because it is no longer maintained.
8.9.5 181 4/22/2024 8.9.5 is deprecated because it is no longer maintained.
8.9.4 191 4/20/2024 8.9.4 is deprecated because it is no longer maintained.
8.9.3 187 4/20/2024 8.9.3 is deprecated because it is no longer maintained.
8.9.2 165 4/19/2024 8.9.2 is deprecated because it is no longer maintained.
8.9.1 164 4/19/2024 8.9.1 is deprecated because it is no longer maintained.
8.9.0 178 4/19/2024 8.9.0 is deprecated because it is no longer maintained.
8.8.2 175 4/18/2024 8.8.2 is deprecated because it is no longer maintained.
8.8.1 175 4/18/2024 8.8.1 is deprecated because it is no longer maintained.
8.8.0 195 4/13/2024 8.8.0 is deprecated because it is no longer maintained.
8.7.0 189 4/7/2024 8.7.0 is deprecated because it is no longer maintained.
8.6.0 173 3/4/2024 8.6.0 is deprecated because it is no longer maintained.
8.5.0 197 3/2/2024 8.5.0 is deprecated because it is no longer maintained.
8.4.0 186 2/23/2024 8.4.0 is deprecated because it is no longer maintained.
8.3.0 191 2/22/2024 8.3.0 is deprecated because it is no longer maintained.
8.2.2 207 1/25/2024 8.2.2 is deprecated because it is no longer maintained.
8.2.1 189 1/24/2024 8.2.1 is deprecated because it is no longer maintained.
8.2.0 188 1/24/2024 8.2.0 is deprecated because it is no longer maintained.
8.1.4 191 1/17/2024 8.1.4 is deprecated because it is no longer maintained.
8.1.3 198 1/15/2024 8.1.3 is deprecated because it is no longer maintained.
8.1.2 196 1/9/2024 8.1.2 is deprecated because it is no longer maintained.
8.1.1 191 1/9/2024 8.1.1 is deprecated because it is no longer maintained.
8.1.0 194 1/8/2024 8.1.0 is deprecated because it is no longer maintained.
8.0.6 207 1/7/2024 8.0.6 is deprecated because it is no longer maintained.
8.0.5 191 1/5/2024 8.0.5 is deprecated because it is no longer maintained.
8.0.4 244 11/24/2023 8.0.4 is deprecated because it is no longer maintained.
8.0.3 184 11/22/2023 8.0.3 is deprecated because it is no longer maintained.
8.0.2 186 11/17/2023 8.0.2 is deprecated because it is no longer maintained.
8.0.1 184 11/17/2023 8.0.1 is deprecated because it is no longer maintained.
8.0.0 180 11/16/2023 8.0.0 is deprecated because it is no longer maintained.
7.3.0 229 8/4/2023 7.3.0 is deprecated because it is no longer maintained.
7.2.6 210 6/22/2023 7.2.6 is deprecated because it is no longer maintained.
7.2.5 220 4/30/2023 7.2.5 is deprecated because it is no longer maintained.
7.2.4 223 4/26/2023 7.2.4 is deprecated because it is no longer maintained.
7.2.3 218 4/25/2023 7.2.3 is deprecated because it is no longer maintained.
7.2.2 223 4/25/2023 7.2.2 is deprecated because it is no longer maintained.
7.2.1 217 4/24/2023 7.2.1 is deprecated because it is no longer maintained.
7.2.0 223 4/13/2023 7.2.0 is deprecated because it is no longer maintained.
7.1.5 227 3/22/2023 7.1.5 is deprecated because it is no longer maintained.
7.1.4 242 2/28/2023 7.1.4 is deprecated because it is no longer maintained.
7.1.3 230 2/28/2023 7.1.3 is deprecated because it is no longer maintained.
7.1.2 259 1/26/2023 7.1.2 is deprecated because it is no longer maintained.
7.1.1 250 1/22/2023 7.1.1 is deprecated because it is no longer maintained.
7.1.0 247 1/18/2023 7.1.0 is deprecated because it is no longer maintained.
7.0.6 248 1/11/2023 7.0.6 is deprecated because it is no longer maintained.
7.0.5 249 1/11/2023 7.0.5 is deprecated because it is no longer maintained.
7.0.4 249 1/10/2023 7.0.4 is deprecated because it is no longer maintained.
7.0.3 249 1/2/2023 7.0.3 is deprecated because it is no longer maintained.
7.0.2 232 12/13/2022 7.0.2 is deprecated because it is no longer maintained.
7.0.1 221 12/13/2022 7.0.1 is deprecated because it is no longer maintained.
7.0.0 226 12/12/2022 7.0.0 is deprecated because it is no longer maintained.
6.2.3 264 10/13/2022 6.2.3 is deprecated because it is no longer maintained.
6.2.2 241 10/10/2022 6.2.2 is deprecated because it is no longer maintained.
6.2.1 258 10/9/2022 6.2.1 is deprecated because it is no longer maintained.
6.2.0 231 10/1/2022 6.2.0 is deprecated because it is no longer maintained.
6.1.10 241 9/20/2022 6.1.10 is deprecated because it is no longer maintained.
6.1.9 265 9/16/2022 6.1.9 is deprecated because it is no longer maintained.
6.1.8 253 9/15/2022 6.1.8 is deprecated because it is no longer maintained.
6.1.7 265 7/30/2022 6.1.7 is deprecated because it is no longer maintained.
6.1.6 277 6/30/2022 6.1.6 is deprecated because it is no longer maintained.
6.1.5 263 6/15/2022 6.1.5 is deprecated because it is no longer maintained.
6.1.4 253 6/7/2022 6.1.4 is deprecated because it is no longer maintained.
6.1.2 538 5/30/2022 6.1.2 is deprecated because it is no longer maintained.
6.1.1 516 5/29/2022 6.1.1 is deprecated because it is no longer maintained.
6.1.0 525 5/28/2022 6.1.0 is deprecated because it is no longer maintained.
6.0.7 533 5/27/2022 6.0.7 is deprecated because it is no longer maintained.
6.0.6 518 5/20/2022 6.0.6 is deprecated because it is no longer maintained.
6.0.5 531 5/19/2022 6.0.5 is deprecated because it is no longer maintained.
6.0.2 540 5/18/2022 6.0.2 is deprecated because it is no longer maintained.
6.0.1 533 5/10/2022 6.0.1 is deprecated because it is no longer maintained.
6.0.0 534 5/7/2022 6.0.0 is deprecated because it is no longer maintained.