ClusteredRedisQueue.unsubscribe() method
Unsubscribes from the channel on every redis host and forgets the remembered subscription, so servers joining later are no longer subscribed automatically.
Signature:
unsubscribe(): Promise<void>;
Returns:
Promise<void>
Remarks
Resolves without effect on an empty cluster.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.