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

Method add

packages/client/lib/opentelemetry/types.ts:19–19  ·  view source on GitHub ↗
(value: number, attributes?: TAttributes, context?: unknown)

Source from the content-addressed store, hash-verified

17
18export interface Counter<TAttributes extends Attributes = Attributes> {
19 add(value: number, attributes?: TAttributes, context?: unknown): void;
20}
21
22export interface Histogram<TAttributes extends Attributes = Attributes> {

Callers 15

addScriptMethod · 0.65
makeCircularReplacerFunction · 0.65
setMethod · 0.65
subscribeMethod · 0.65
index.spec.tsFile · 0.65
listenerFunction · 0.65
addCommandMethod · 0.65
#addPubSubCommandMethod · 0.65
monitorMethod · 0.65
#decodeSetAsSetMethod · 0.65

Implementers 1

DoublyLinkedListpackages/client/lib/client/linked-list

Calls

no outgoing calls

Tested by 2

listenerFunction · 0.52
steadyStateFunction · 0.52