@jsnw/nestjs-ioredis 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -231,6 +231,7 @@ let RedisCoreModule = _RedisCoreModule = class RedisCoreModule {
|
|
|
231
231
|
}
|
|
232
232
|
/**
|
|
233
233
|
* @param {Redis} redis
|
|
234
|
+
* @return {Redis}
|
|
234
235
|
* @private
|
|
235
236
|
*/
|
|
236
237
|
static extendRedisWithCommands(redis) {
|
|
@@ -257,6 +258,7 @@ let RedisCoreModule = _RedisCoreModule = class RedisCoreModule {
|
|
|
257
258
|
end
|
|
258
259
|
`
|
|
259
260
|
});
|
|
261
|
+
return redis;
|
|
260
262
|
}
|
|
261
263
|
};
|
|
262
264
|
RedisCoreModule = _RedisCoreModule = __decorate([(0, _nestjs_common.Global)(), (0, _nestjs_common.Module)({})], RedisCoreModule);
|