Skip to content

Commit 877e57a

Browse files
committed
revert changes in cluster/index.ts
1 parent d3cbd0d commit 877e57a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/client/lib/cluster/index.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { attachExtensions, transformCommandReply, attachCommands, transformComma
66
import { EventEmitter } from 'events';
77
import RedisClusterMultiCommand, { InstantiableRedisClusterMultiCommandType, RedisClusterMultiCommandType } from './multi-command';
88
import { RedisMultiQueuedCommand } from '../multi-command';
9-
import { PubSubListener } from '../client/pub-sub';
109

1110
export type RedisClusterClientOptions = Omit<
1211
RedisClientOptions,
@@ -240,16 +239,6 @@ export default class RedisCluster<
240239

241240
multi = this.MULTI;
242241

243-
SSUBSCRIBE<T extends boolean>(
244-
channels: string | Array<string>,
245-
listener: PubSubListener<T>,
246-
bufferMode?: T
247-
): Promise<void> {
248-
249-
}
250-
251-
sSubscribe = this.SSUBSCRIBE;
252-
253242
getMasters(): Array<ClusterNode<M, F, S>> {
254243
return this.#slots.getMasters();
255244
}

0 commit comments

Comments
 (0)