We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e5562 commit 4107a37Copy full SHA for 4107a37
packages/client/lib/cluster/index.ts
@@ -548,7 +548,7 @@ export default class RedisCluster<
548
549
SUNSUBSCRIBE<T extends boolean = false>(
550
channels: string | Array<string>,
551
- listener: PubSubListener<T>,
+ listener?: PubSubListener<T>,
552
bufferMode?: T
553
) {
554
return this._self.#slots.executeShardedUnsubscribeCommand(
0 commit comments