Closed
Description
The field is set here:
https://github.com/NodeRedis/node_redis/blob/master/index.js#L64
before the 'tls' options are copied. This leads to error message that read:
Redis connection to 127.0.0.1:6379 failed - read ECONNRESET
instead of say:
Redis connection to myserver.net:6380 failed - read ECONNRESET