Closed shumkov closed 11 years ago
Weird that the underlying node_redis client didn't reconnect like it's supposed to, but you uncovered a bug anyway: there was no way to catch errors from individual nodes' node_redis clients. I fixed and published this in v0.2.9, once you are listening for client.on('error', function...)
the error will get passed to you instead of writing to stderr. Thanks for using haredis!
My node service doesn't work properly after DNS service was down.
Into the service log i'm see a warnings from all my redis connections:
Service was running, but not responding propertly and looks like a zombie :).
The best approach is try to restart node process a few times.
How can i catch this error?