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

Method recordEvictions

packages/client/lib/client/cache.ts:502–504  ·  view source on GitHub ↗
(count: number)

Source from the content-addressed store, hash-verified

500
501
502 recordEvictions(count: number): void {
503 this.#statsCounter.recordEvictions(count);
504 }
505
506 recordHits(count: number): void {
507 this.#statsCounter.recordHits(count);

Callers

nothing calls this directly

Calls 1

recordEvictionsMethod · 0.65

Tested by

no test coverage detected