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

Method snapshot

packages/client/lib/client/cache.ts:274–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272 recordLoadFailure(loadTime: number): void { }
273 recordEvictions(count: number): void { }
274 snapshot(): CacheStats { return CacheStats.empty(); }
275}
276
277/**

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected