UNPKG

@jasonsoft/nestjs-redis

Version:

Redis module for Nest framework (node.js)

6 lines (5 loc) 165 B
/** * Inject Jasonsoft Redis client * Added by Jason.Song (成长的小猪) on 2023/03/16 23:05:25 */ export declare const InjectRedis: () => ParameterDecorator;