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

Function onCommandStart

packages/client/lib/client/tracing.spec.ts:330–332  ·  view source on GitHub ↗
(message: any)

Source from the content-addressed store, hash-verified

328 batchStartEvents.push(message);
329 };
330 const onCommandStart = (message: any) => {
331 commandStartEvents.push(message);
332 };
333
334 dc.subscribe('tracing:node-redis:batch:start', onBatchStart);
335 dc.subscribe('tracing:node-redis:command:start', onCommandStart);

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected