UNPKG
@jasonsoft/nestjs-redis
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Redis module for Nest framework (node.js)
github.com/jasonsoft/nestjs-redis
jasonsoft/nestjs-redis
@jasonsoft/nestjs-redis
/
dist
/
redis.decorator.d.ts
6 lines
(5 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Inject Jasonsoft Redis client * Added by Jason.Song (成长的小猪) on 2023/03/16 23:05:25 */
export
declare
const
InjectRedis
:
() =>
ParameterDecorator
;