UNPKG

@nestjs-redis/kit

Version:

All-in-one convenience package that re-exports every module in the NestJS Redis Toolkit

11 lines (10 loc) 642 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RedisHealthIndicator = void 0; const tslib_1 = require("tslib"); tslib_1.__exportStar(require("@nestjs-redis/client"), exports); var health_indicator_1 = require("@nestjs-redis/health-indicator"); Object.defineProperty(exports, "RedisHealthIndicator", { enumerable: true, get: function () { return health_indicator_1.RedisHealthIndicator; } }); tslib_1.__exportStar(require("@nestjs-redis/throttler-storage"), exports); tslib_1.__exportStar(require("@nestjs-redis/lock"), exports); tslib_1.__exportStar(require("@nestjs-redis/socket.io-adapter"), exports);