How to reproduce NR_CLOSED error and How to handle the NR_CLOSED error?
Issue
We are using
redisnode module for Redis client to communicate with Redis server. We are facingNR_CLOSEDerror intermediately and failing to reproduce the issue. Due to failing in reproducing the issue we could not find mechanism to handle this error.
Also, the status of the
redisclient fromconnectedandreadyis not changing even after facingNR_CLOSEDerror.
Please advise how to reproduce on
NR_CLOSEDerror and how to handle in client implementation when this error occurs.
Environment
-
Node.js Version:
8.0.0
-
Redis Version:
3.0.2
-
Platform:
Node JS
Has this issue resolved? I am still facing the same issue.
Also having same issue. Bouncing service seems to fix it, but redis ping comes back fine, so my health check is giving a false positive.
Did anyone figure this out? We're having the same issue. It's intermittent and started happening in the last 6 months or so