Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/node-redis
/ onError
Function
onError
packages/client/lib/client/tracing.spec.ts:301–303 ·
view source on GitHub ↗
(message: any)
Source
from the content-addressed store, hash-verified
299
const
errors: Array<any> = [];
300
301
const
onError = (message: any) => {
302
errors.push(message);
303
};
304
305
dc.subscribe(
'tracing:node-redis:command:error'
, onError);
306
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected