bklooste
-
RedisEvents
by: bklooste- 3,927 total downloads
- last updated 9/21/2026
- Latest version: 0.2.20
Partitioned, ordered messaging over Redis Streams: per-key ordering, at-least-once delivery with an explicit error contract, outbox/exactly-once publish, and durable consumer positions. -
- 2,564 total downloads
- last updated 9/21/2026
- Latest version: 0.2.20
ASP.NET Core health checks and minimal-API admin endpoints for RedisEvents, kept separate so a headless worker can reference the core library without pulling in ASP.NET Core. -
- 2,032 total downloads
- last updated 9/21/2026
- Latest version: 0.2.20
Typed event projections and view stores over RedisEvents streams: reflection-free dispatch to IProjection<TEvent> handlers and a Redis-backed IViewStore<TView>, usable against any standard topic with no... More information -
- 1,610 total downloads
- last updated 9/21/2026
- Latest version: 0.2.20
MessagePack-typed publish/consume for RedisEvents, with size-gated LZ4 compression, kept separate so the core package carries no MessagePack dependency. -
- 1,538 total downloads
- last updated 9/21/2026
- Latest version: 0.2.20
Event-sourced aggregates over RedisEvents: per-aggregate Redis streams as the source of truth, optimistic concurrency, and reflection-free event dispatch. Typed projections/view stores live in the sibling... More information -
- 209 total downloads
- last updated 9/7/2026
- Latest version: 0.1.3
Partitioned, ordered messaging over Redis Streams: per-key ordering, at-least-once delivery with an explicit error contract, outbox/exactly-once publish, and durable consumer positions. -
- 184 total downloads
- last updated 9/7/2026
- Latest version: 0.1.3
ASP.NET Core health checks and minimal-API admin endpoints for Orange.Lib.Streams, kept separate so a headless worker can reference the core library without pulling in ASP.NET Core. -
- 96 total downloads
- last updated 9/18/2026
- Latest version: 0.1.5
Given/When/Then scenario testing for xUnit v3 service tests: JSON matching with token expansion, MockServer stubs, and a ServiceTestFixture for spinning up the service under test. -
- 80 total downloads
- last updated 9/18/2026
- Latest version: 0.1.5
Redis Streams (RedisEvents) scenario steps for Scenarify: publish/assert on stream messages, seed Redis state, and a RedisFeature that starts alongside the service under test. -
- 103 total downloads
- last updated 9/21/2026
- Latest version: 0.2.20
OpenTelemetry tracing extensions for RedisEvents: distributed tracing for Redis Stream operations.