MCPcopy Index your code
hub / github.com/redis/node-redis / recordMisses

Method recordMisses

packages/client/lib/client/cache.ts:225–225  ·  view source on GitHub ↗

* Records cache misses. This should be called when a cache request returns a value that was not * found in the cache. * * @param count - The number of misses to record

(count: number)

Source from the content-addressed store, hash-verified

223 * @param count - The number of misses to record
224 */
225 recordMisses(count: number): void;
226
227 /**
228 * Records the successful load of a new entry. This method should be called when a cache request

Callers 2

recordMissesMethod · 0.65
handleCacheMethod · 0.65

Implementers 2

DisabledStatsCounterpackages/client/lib/client/cache.ts
DefaultStatsCounterpackages/client/lib/client/cache.ts

Calls

no outgoing calls

Tested by

no test coverage detected