.destroy()
→ Promise<void>
await redisBroker.destroy();Class
new RedisBroker(options: RedisBrokerOptions)RedisBrokerOptions→ Promise<void>
await redisBroker.destroy();channel: string, message: unknown → Promise<void>
await redisBroker.publish(channel, message);channel: string, listener: (message: unknown) => void → Promise<() => void>
await redisBroker.subscribe(channel, listener);