Redis client to use.
The default topic to publish to.
Readonly
defaultThe default topic to publish to.
Protected
Readonly
kvRedis client to use.
Protected
listenedProtected
startedPrivate
Readonly
topicDispatches a message.
Optional
options: DenoKVMessageOptionsPrivate
handleSubscribes to new messages and returns a handle to unsubscribe.
Optional
options: SubscribeOptions<T, object>Generated using TypeDoc
Deno KV implementation of MessageBus.