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
As I have changed from https://github.com/skunight/nestjs-redis to your nestjs-client(because your package is a lot better maintained), my core service is not able to connect to redis and throws all the time this error:
Even though the redis config seems to be okay (e2e testing with a redis-testcontainer is working), the microservice is not starting.
My config:
I also tried to hardcode the URL, in the case that the envs are not the right one.
My docker-compose redis config:
Is there anything wrong in the config or am I missing something?
Thanks a lot in advance !
The text was updated successfully, but these errors were encountered:
You can connect to redis through some desktop manager(RESP, etc...) with the URL to check if the URL is correct. If something goes wrong, please check your docker compose.
If the URL is right, please check your nestjs configuration and code, and test the url directly via node-redis or ioredis.
As I have changed from https://github.com/skunight/nestjs-redis to your nestjs-client(because your package is a lot better maintained), my core service is not able to connect to redis and throws all the time this error:
Even though the redis config seems to be okay (e2e testing with a redis-testcontainer is working), the microservice is not starting.
My config:
I also tried to hardcode the URL, in the case that the envs are not the right one.
My docker-compose redis config:
Is there anything wrong in the config or am I missing something?
Thanks a lot in advance !
The text was updated successfully, but these errors were encountered: