Hi,
The client started giving the error "Error: Ready check failed: Redis connection gone from close event"
, the same code is running from last june perfectly fine. Two days back due to networking issue redis server went down , then onward we got these messages.Then after sometime we got this message
"[Error: Ready check failed: ERR max number of clients reached]" continuously, when redis boxes were brought back.
We are using one connection per request and closing the connection.
Our view for the second messages continuously coming is that client tries to connect infinite times until get connected ( this I inferred from the documentation), It is strange to me. this is causing the pile up of connection requests overloading redis.
Reason why i am stating this issue is that , there is something wrong i believe the way connection issues are handles , they cannot simply try for infinite no of times effecting cpu.
Also i wanted help in finding out resolving the exact issue here.