Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
linked-list.spec.ts
File · 0.45
close
Method · 0.45
destroy
Method · 0.45
index.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected