VapeCache.Extensions.PubSub
1.2.18
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package VapeCache.Extensions.PubSub --version 1.2.18
NuGet\Install-Package VapeCache.Extensions.PubSub -Version 1.2.18
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="VapeCache.Extensions.PubSub" Version="1.2.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VapeCache.Extensions.PubSub" Version="1.2.18" />
<PackageReference Include="VapeCache.Extensions.PubSub" />
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 VapeCache.Extensions.PubSub --version 1.2.18
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: VapeCache.Extensions.PubSub, 1.2.18"
#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 VapeCache.Extensions.PubSub@1.2.18
#: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=VapeCache.Extensions.PubSub&version=1.2.18
#tool nuget:?package=VapeCache.Extensions.PubSub&version=1.2.18
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
VapeCache
VapeCache is a Redis-first caching runtime for ASP.NET Core and .NET services.
Install
Primary runtime package:
dotnet add package VapeCache.Runtime
Optional integrations:
dotnet add package VapeCache.Extensions.DependencyInjection
dotnet add package VapeCache.Extensions.DistributedCache
dotnet add package VapeCache.Extensions.Logging
dotnet add package VapeCache.Extensions.PubSub
dotnet add package VapeCache.Extensions.Streams
dotnet add package VapeCache.Extensions.EntityFrameworkCore
dotnet add package VapeCache.Extensions.EntityFrameworkCore.OpenTelemetry
dotnet add package VapeCache.Extensions.AspNetCore
dotnet add package VapeCache.Extensions.Aspire
dotnet add package VapeCache.Features.Invalidation
Published Packages
| Package | NuGet | GitHub Packages |
|---|---|---|
VapeCache.Runtime |
NuGet | GitHub Packages |
VapeCache.Core |
NuGet | GitHub Packages |
VapeCache.Abstractions |
NuGet | GitHub Packages |
VapeCache.Features.Invalidation |
NuGet | GitHub Packages |
VapeCache.Extensions.DependencyInjection |
NuGet | GitHub Packages |
VapeCache.Extensions.DistributedCache |
NuGet | GitHub Packages |
VapeCache.Extensions.Logging |
NuGet | GitHub Packages |
VapeCache.Extensions.PubSub |
NuGet | GitHub Packages |
VapeCache.Extensions.Streams |
NuGet | GitHub Packages |
VapeCache.Extensions.EntityFrameworkCore |
NuGet | GitHub Packages |
VapeCache.Extensions.EntityFrameworkCore.OpenTelemetry |
NuGet | GitHub Packages |
VapeCache.Extensions.AspNetCore |
NuGet | GitHub Packages |
VapeCache.Extensions.Aspire |
NuGet | GitHub Packages |
OSS Packages
VapeCache.Runtime: Redis transport, caching runtime, fallback behavior, telemetryVapeCache.Core: shared primitives used by other VapeCache packagesVapeCache.Abstractions: public contracts, options, and shared value typesVapeCache.Extensions.DependencyInjection: one-call DI facade for runtime registrationVapeCache.Extensions.DistributedCache:IDistributedCache/IBufferDistributedCachebridge for interoperability and migrationVapeCache.Extensions.Logging: optional Serilog + OTEL logging package with file sink support and optional JSON formatting (Serilog:Json:*)VapeCache.Extensions.PubSub: optional Redis pub/sub registration package for publish/subscribe workloadsVapeCache.Extensions.Streams: optional Redis 8.6 stream package for idempotent producer workflows (XADD IDMP/IDMPAUTO,XCFGSET)VapeCache.Extensions.EntityFrameworkCore: EF Core second-level cache interceptor contracts, deterministic query key builder, and save-changes invalidation bridge wiringVapeCache.Extensions.EntityFrameworkCore.OpenTelemetry: optional OTEL metrics/activity package for EF Core cache interceptor eventsVapeCache.Extensions.AspNetCore: ASP.NET Core output-cache integrationVapeCache.Extensions.Aspire: Aspire integration, health checks, and telemetry wiringVapeCache.Features.Invalidation: optional invalidation policies for keys, tags, and zones
OSS vs Enterprise Boundary
- Multiplexed transport is part of OSS.
- Adaptive autoscaling of multiplexed lanes is Enterprise.
- Enterprise capabilities focus on operational leverage (autoscaling, durable persistence, reconciliation, control-plane/admin features), not basic OSS usability.
See: https://github.com/haxxornulled/VapeCache/blob/main/docs/OSS_VS_ENTERPRISE.md
Documentation
- Quick start: https://github.com/haxxornulled/VapeCache/blob/main/docs/QUICKSTART.md
- Configuration: https://github.com/haxxornulled/VapeCache/blob/main/docs/CONFIGURATION.md
- Settings reference: https://github.com/haxxornulled/VapeCache/blob/main/docs/SETTINGS_REFERENCE.md
- ASP.NET Core integration: https://github.com/haxxornulled/VapeCache/blob/main/docs/ASPNETCORE_PIPELINE_CACHING.md
- Aspire integration: https://github.com/haxxornulled/VapeCache/blob/main/docs/ASPIRE_INTEGRATION.md
- License FAQ: https://github.com/haxxornulled/VapeCache/blob/main/docs/LICENSE_FAQ.md
Source
https://github.com/haxxornulled/VapeCache
License
VapeCache OSS uses the MIT License.
- Allowed: production use, commercial use, SaaS use, modification, redistribution
- Conditions: preserve the copyright notice and MIT license text
- Limitations: provided
AS IS, without warranty or liability - Brand note: the MIT license does not grant rights to the
VapeCachename, logos, or branding
See LICENSE in the package for full legal terms and the docs FAQ/trademark policy for quick guidance.
| 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
- Autofac (>= 9.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.1)
- VapeCache.Abstractions (>= 1.2.18)
- VapeCache.Extensions.DependencyInjection (>= 1.2.18)
- VapeCache.Runtime (>= 1.2.18)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
See GitHub releases and docs/UPGRADE_NOTES.md for release-specific notes.