You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, first of all: nice module. Thank you for that.
To my problem:
I would use this redis connection not as requirement. That means: If no env variables for redis exists, the redis doesen´t connect to any host. But at the moment the module sad, that connection timeout for 127.0.0.1.
Is it possible to disable this warning?
My code:
import { Module } from '@nestjs/common';
import { RedisModule as NestJsRedisModule } from 'nestjs-redis';
Hi did you find a solution? I'm having the same problem, but in my case, the Redis could not exists. So I want to no throw an exception and make program to stop.
hello, first of all: nice module. Thank you for that.
To my problem:
I would use this redis connection not as requirement. That means: If no env variables for redis exists, the redis doesen´t connect to any host. But at the moment the module sad, that connection timeout for 127.0.0.1.
Is it possible to disable this warning?
My code:
import { Module } from '@nestjs/common';
import { RedisModule as NestJsRedisModule } from 'nestjs-redis';
Thank you very much.
The text was updated successfully, but these errors were encountered: