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

Method publish

packages/client/lib/client/tracing.ts:237–237  ·  view source on GitHub ↗
(message: unknown)

Source from the content-addressed store, hash-verified

235interface Channel {
236 readonly hasSubscribers: boolean;
237 publish(message: unknown): void;
238 subscribe(handler: (message: any) => void): void;
239 unsubscribe(handler: (message: any) => void): void;
240}

Callers 11

key-prefix.spec.tsFile · 0.80
publishFunction · 0.80
emitDiagnosticsFunction · 0.80
index.spec.tsFile · 0.80
PUBLISH.spec.tsFile · 0.80
index.spec.tsFile · 0.80
metrics.spec.tsFile · 0.80
index.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected