| 37 | |
| 38 | type RedisStackModules = typeof modules; |
| 39 | export interface RedisDefaultModules extends RedisStackModules {} |
| 40 | |
| 41 | export type RedisClientType< |
| 42 | M extends RedisModules = {}, |
nothing calls this directly
no outgoing calls
no test coverage detected