Connectum API Reference / @connectum/events-redis / types / RedisAdapterOptions
Interface: RedisAdapterOptions
Defined in: types.ts:12
Options for creating a Redis Streams adapter.
Properties
brokerOptions?
readonlyoptionalbrokerOptions:RedisBrokerOptions
Defined in: types.ts:32
Broker-specific tuning for Redis Streams consumption.
redisOptions?
readonlyoptionalredisOptions:RedisOptions
Defined in: types.ts:27
Redis connection options (alternative to url).
Passed directly to new Redis(redisOptions). When url is also set, these options are merged as the second argument.
url?
readonlyoptionalurl:string
Defined in: types.ts:19
Redis connection URL (e.g., "redis://localhost:6379").
Takes precedence over redisOptions.host / redisOptions.port when both are provided.
