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

Method onError

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

Source from the content-addressed store, hash-verified

824
825export class BasicPooledClientSideCache extends PooledClientSideCacheProvider {
826 override onError() {
827 this.clear(false);
828 }
829
830 override onClose() {
831 this.clear(false);

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected