@connectum/events-redis
Redis Streams and Valkey adapter with consumer groups and explicit stream controls.
Install
bash
npm install @connectum/events-redisbash
pnpm add @connectum/events-redisbash
bun add @connectum/events-redisStart Here
typescript
import { RedisAdapter } from '@connectum/events-redis';
const adapter = RedisAdapter({
url: 'redis://localhost:6379',
});For a complete, source-verified workflow, continue with the focused guide below.
Key Entry Points
| Entry point | Use it to |
|---|---|
RedisAdapter | Connect EventBus to Redis Streams or Valkey. |
RedisAdapterOptions | Configure connection, broker, and stream behavior. |
Runtime boundaries and extension seams remain in Connectum Runtime Architecture.
Learn / Configure / API Reference
- Learn: Focused guide
- Configure: Task and configuration guidance
- API reference: Exact options and symbols
- Package API index: Generated TypeDoc
- Source: @connectum/events-redis on GitHub
Related Modules
Compare all Connectum packages by capability.