UNPKG

redis-for-nestjs-v8

Version:

This is a clone of https://github.com/GyanendroKh/nestjs-redis#nest8-fix this fix by skunight. You probably shouldn't use this, since I only did this to work around the work aournd. Yea.

6 lines (5 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.REDIS_CLIENT = exports.REDIS_MODULE_OPTIONS = void 0; exports.REDIS_MODULE_OPTIONS = Symbol('REDIS_MODULE_OPTIONS'); exports.REDIS_CLIENT = Symbol('REDIS_CLIENT');