Sylin.Koan.Service.Inbox.Connector.Redis
0.8.0
dotnet add package Sylin.Koan.Service.Inbox.Connector.Redis --version 0.8.0
NuGet\Install-Package Sylin.Koan.Service.Inbox.Connector.Redis -Version 0.8.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="Sylin.Koan.Service.Inbox.Connector.Redis" Version="0.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sylin.Koan.Service.Inbox.Connector.Redis" Version="0.8.0" />
<PackageReference Include="Sylin.Koan.Service.Inbox.Connector.Redis" />
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 Sylin.Koan.Service.Inbox.Connector.Redis --version 0.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sylin.Koan.Service.Inbox.Connector.Redis, 0.8.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 Sylin.Koan.Service.Inbox.Connector.Redis@0.8.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=Sylin.Koan.Service.Inbox.Connector.Redis&version=0.8.0
#tool nuget:?package=Sylin.Koan.Service.Inbox.Connector.Redis&version=0.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Koan-service-inbox-redis
- Purpose: HTTP Inbox service backed by Redis.
- Endpoints:
- GET /v1/inbox/{key}
- POST /v1/inbox/mark-processed
- Config:
- Koan:Inbox:Redis:ConnectionString or ConnectionStrings:InboxRedis
- PORT/ASPNETCORE_URLS for HTTP port (default 8080)
- Optional RabbitMQ for discovery announce (ADR-0026):
- Koan:Messaging:Buses:rabbit:ConnectionString (amqp URI)
- Koan:Messaging:Buses:rabbit:RabbitMq:Exchange (default "Koan")
- Koan:Messaging:DefaultBus (default "rabbit")
- Koan:Messaging:DefaultGroup (default "workers")
Discovery announce
- On startup, if a RabbitMQ connection string is provided, the service listens on
Koan.discovery.ping.{bus}.{group}and replies with{ endpoint: "http://host:port" }to thereply-toqueue with the same correlationId. This enables auto-wiring ofHttpInboxStoreclients in dev/compose per ADR-0026.
| 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
- Newtonsoft.Json (>= 13.0.4)
- RabbitMQ.Client (>= 7.2.0)
- StackExchange.Redis (>= 2.9.32)
- Sylin.Koan.Core (>= 0.8.0)
- Sylin.Koan.Data.Connector.Redis (>= 0.8.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 |
|---|---|---|
| 0.8.0 | 90 | 5/16/2026 |
See release notes: https://github.com/sylin-labs/Koan-framework/releases