MCPcopy
hub / github.com/redis/node-redis / reset

Method reset

packages/client/lib/client/pub-sub.ts:330–333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328 }
329
330 reset() {
331 this.#isActive = false;
332 this.#subscribing = 0;
333 }
334
335 resubscribe() {
336 const commands: PubSubCommand[] = [];

Callers 4

closeMethod · 0.45
destroyMethod · 0.45
index.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected