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

Method create

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

* Creates a new DefaultStatsCounter. * * @returns A new DefaultStatsCounter instance

()

Source from the content-addressed store, hash-verified

363 * @returns A new DefaultStatsCounter instance
364 */
365 static create(): DefaultStatsCounter {
366 return new DefaultStatsCounter();
367 }
368}
369
370type CachingClient = RedisClient<any, any, any, any, any>;

Callers 2

constructorMethod · 0.45
clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected