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

Interface RedisDefaultModules

packages/redis/index.ts:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38type RedisStackModules = typeof modules;
39export interface RedisDefaultModules extends RedisStackModules {}
40
41export type RedisClientType<
42 M extends RedisModules = {},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected