UNPKG

@jasonsoft/nestjs-redis

Version:

Redis module for Nest framework (node.js)

12 lines (11 loc) 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InjectRedis = void 0; const common_1 = require("@nestjs/common"); const redis_constants_1 = require("./redis.constants"); /** * Inject Jasonsoft Redis client * Added by Jason.Song (成长的小猪) on 2023/03/16 23:05:25 */ const InjectRedis = () => (0, common_1.Inject)(redis_constants_1.JASONSOFT_REDIS); exports.InjectRedis = InjectRedis;