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

Method snapshot

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

* Returns a snapshot of this counter's values. Note that this may be an inconsistent view, as it * may be interleaved with update operations. * * @return A snapshot of this counter's values

()

Source from the content-addressed store, hash-verified

256 * @return A snapshot of this counter's values
257 */
258 snapshot(): CacheStats;
259}
260
261/**

Callers 1

statsMethod · 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