Node JS Redis Client Connection Retry
问题 Currently I'm using https://github.com/mranney/node_redis as my node redis client. client.retry_delay is set to 250ms default. I tried connecting to redis and once connection was successful, I manually stopped the redis server to see whether client.retry_delay works. But I didn't see it working. The following log messages are logged on ready & end events on redisClients created using createClient : [2012-03-30 15:13:05.498] [INFO] Development - Node Application is running on port 8090 [2012