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

Method onError

packages/client/lib/client/cache.ts:752–754  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

750 }
751
752 override onError(): void {
753 this.clear();
754 }
755
756 override onClose() {
757 this.clear();

Callers 2

#attachListenersMethod · 0.45

Calls 1

clearMethod · 0.95

Tested by

no test coverage detected