UNPKG

@nestjs-redis/client

Version:

Flexible, production-ready Redis client module for NestJS with multi-connection support, built on the modern node-redis client

6 lines 385 B
export { RedisModule } from './lib/module'; export { InjectRedis } from './lib/decorators'; export type { Redis, RedisClient, RedisCluster, RedisSentinel, RedisModuleOptions, RedisConnectionConfig, } from './lib/types'; export { RedisToken } from './lib/tokens'; export type { RedisOptionsFactory, RedisModuleAsyncOptions, } from './lib/interfaces'; //# sourceMappingURL=index.d.ts.map