Nicky
Redis connection closed on private network
It looks like nestjs doesn't allow to set the family when defining the transport... I also have another service which is using redis through ioredis and setting the family allowed for using the private url which is great.
Is there any other way to make this work without the family?
17 replies
Redis connection closed on private network
Yes, [email protected] judging by the logs. Will try 20sec for testing
17 replies
Private network
It's just '::'. I'm using nodejs with fastify and it looks something like:
await app.listen(port, '::')
And you don't need to reference the port when using the internal address. It's like calling any other api, you do it by their domain. The port is relevant only when you run the service locally. Hope it helps!15 replies