So I have node app docker containers running, and they run fine, but I noticed over the course of 1-2 months all of my apps begun having errors with redis, seems like the connection is not making it / is being refused. This is the error:
Error: Redis connection to xx.x.x.xxx:xxxx failed - connect ETIMEDOUT
I've noticed that I have a few idle connections, so it seems like there is something that is not properly closing itself. I have idle connections that are months old (a problem to fix as well), but Redis shouldn't fail if I have idle connections, I'm sure I haven't hit its limit.
Any ideas?