UNPKG

@nestjs-redis/client

Version:

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

9 lines 274 B
/** * Creates a Redis client injection token. * * @param connectionName - Optional connection name * @returns Injection token for the Redis client * @publicApi */ export declare function RedisToken(connectionName?: string): string; //# sourceMappingURL=tokens.d.ts.map