NOF.Infrastructure.StackExchangeRedis
10.6.0
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package NOF.Infrastructure.StackExchangeRedis --version 10.6.0
NuGet\Install-Package NOF.Infrastructure.StackExchangeRedis -Version 10.6.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="NOF.Infrastructure.StackExchangeRedis" Version="10.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NOF.Infrastructure.StackExchangeRedis" Version="10.6.0" />
<PackageReference Include="NOF.Infrastructure.StackExchangeRedis" />
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 NOF.Infrastructure.StackExchangeRedis --version 10.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NOF.Infrastructure.StackExchangeRedis, 10.6.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.
#:package NOF.Infrastructure.StackExchangeRedis@10.6.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NOF.Infrastructure.StackExchangeRedis&version=10.6.0
#tool nuget:?package=NOF.Infrastructure.StackExchangeRedis&version=10.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NOF.Infrastructure.StackExchangeRedis
Redis caching infrastructure package for the NOF Framework.
Overview
Provides a Redis-backed ICacheService implementation using StackExchange.Redis. Integrates with the NOF step pipeline for automatic service registration and configuration, and can also be consumed through IDistributedCache.
Usage
var builder = NOFWebApplicationBuilder.Create(args);
builder.AddRedisCache(builder.Configuration.GetConnectionString("redis")
?? throw new InvalidOperationException("Connection string 'redis' not found."));
Redis connection settings are typically resolved from your application configuration using the redis connection string.
Dependencies
Installation
dotnet add package NOF.Infrastructure.StackExchangeRedis
License
Apache-2.0
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.
-
net10.0
- NOF.Infrastructure (>= 10.6.0)
- StackExchange.Redis (>= 2.10.14 && < 2.11.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 |
|---|---|---|
| 11.0.0-nightly.1367173... | 48 | 8/7/2026 |
| 11.0.0-nightly.1365924... | 50 | 8/6/2026 |
| 11.0.0-nightly.1365744... | 86 | 8/6/2026 |
| 11.0.0-nightly.1365317... | 47 | 8/6/2026 |
| 11.0.0-nightly.1364403... | 44 | 8/5/2026 |
| 11.0.0-nightly.1364364... | 43 | 8/5/2026 |
| 11.0.0-nightly.1364112... | 80 | 8/5/2026 |
| 11.0.0-nightly.1361718... | 53 | 8/3/2026 |
| 11.0.0-nightly.1356918... | 53 | 7/31/2026 |
| 11.0.0-nightly.1355354... | 53 | 7/30/2026 |
| 11.0.0-nightly.1347238... | 58 | 7/24/2026 |
| 11.0.0-nightly.1344296... | 56 | 7/22/2026 |
| 11.0.0-nightly.1341281... | 60 | 7/20/2026 |
| 11.0.0-nightly.1341256... | 56 | 7/20/2026 |
| 11.0.0-nightly.1338464... | 52 | 7/18/2026 |
| 11.0.0-nightly.1336983... | 57 | 7/17/2026 |
| 11.0.0-nightly.1336667... | 53 | 7/17/2026 |
| 11.0.0-nightly.1334320... | 54 | 7/15/2026 |
| 11.0.0-nightly.1334005... | 59 | 7/15/2026 |
| 10.6.0 | 116 | 6/10/2026 |
Loading failed