Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
#attachListeners
Method · 0.45
#createTokenManagerListener
Method · 0.45
Calls
1
clear
Method · 0.95
Tested by
no test coverage detected