Skip to content
PackagesCommunicationDocs 1.3.x

@connectum/events-redis

Redis Streams and Valkey adapter with consumer groups and explicit stream controls.

Install

bash
npm install @connectum/events-redis
bash
pnpm add @connectum/events-redis
bash
bun add @connectum/events-redis

Start 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 pointUse it to
RedisAdapterConnect EventBus to Redis Streams or Valkey.
RedisAdapterOptionsConfigure connection, broker, and stream behavior.

Runtime boundaries and extension seams remain in Connectum Runtime Architecture.

Learn / Configure / API Reference

Compare all Connectum packages by capability.