VapeCache.Extensions.PubSub
1.2.11
See the version list below for details.
dotnet add package VapeCache.Extensions.PubSub --version 1.2.11
NuGet\Install-Package VapeCache.Extensions.PubSub -Version 1.2.11
<PackageReference Include="VapeCache.Extensions.PubSub" Version="1.2.11" />
<PackageVersion Include="VapeCache.Extensions.PubSub" Version="1.2.11" />
<PackageReference Include="VapeCache.Extensions.PubSub" />
paket add VapeCache.Extensions.PubSub --version 1.2.11
#r "nuget: VapeCache.Extensions.PubSub, 1.2.11"
#:package VapeCache.Extensions.PubSub@1.2.11
#addin nuget:?package=VapeCache.Extensions.PubSub&version=1.2.11
#tool nuget:?package=VapeCache.Extensions.PubSub&version=1.2.11
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.Logging
dotnet add package VapeCache.Extensions.PubSub
dotnet add package VapeCache.Extensions.AspNetCore
dotnet add package VapeCache.Extensions.Aspire
dotnet add package VapeCache.Features.Invalidation
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.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.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/licensing), 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 uses BUSL-1.1 with an Additional Use Grant.
- Allowed: production use, commercial application use, SaaS use, internal business use, modification, redistribution
- Restricted: offering VapeCache as a hosted caching/database service, or embedding it as the core of a commercial caching/database infrastructure product
- Change date: March 11, 2029 (converts to Apache 2.0)
See LICENSE in the package for full legal terms and the docs FAQ 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. |
-
net10.0
- Autofac (>= 9.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.1)
- VapeCache.Abstractions (>= 1.2.11)
- VapeCache.Extensions.DependencyInjection (>= 1.2.11)
- VapeCache.Runtime (>= 1.2.11)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.2.10 release: extracted Redis pub/sub into an opt-in package with explicit DI and Autofac wiring.