Skip to main content
Version: Current

RedisBrokerOptions

@rotorsoft/act-root


@rotorsoft/act-root / act-notify / RedisBrokerOptions

Type Alias: RedisBrokerOptions

RedisBrokerOptions = object

Defined in: libs/act-notify/src/redis.ts:29

Options for RedisBroker.

Propertiesโ€‹

channel?โ€‹

readonly optional channel?: string

Defined in: libs/act-notify/src/redis.ts:33

Pub/sub channel name. Default act:notify.


publisherโ€‹

readonly publisher: RedisPublisher

Defined in: libs/act-notify/src/redis.ts:30


subscriberโ€‹

readonly subscriber: RedisSubscriber

Defined in: libs/act-notify/src/redis.ts:31