Redis client to use.
Optional
useBuffer: UseBufferWhether to use buffers for messages.
The default topic to publish to.
Protected
Readonly
clientRedis client to use.
Readonly
defaultThe default topic to publish to.
Protected
Optional
Readonly
useWhether to use buffers for messages.
Returns if this has started.
Dispatches a message.
Optional
options: MessageOptionsSubscribes to new messages and returns a handle to unsubscribe.
Optional
options: SubscribeOptions<RedisValueType<UseBuffer>, object>Returns the list of subscribed topics for this node.
Optional
options: AbortOptionsGenerated using TypeDoc
Redis implementation of MessageBus.