fix: Allow address family to be resolved from DNS#1607
Conversation
It may not be possible to know before hand what address a host will resolve to.
|
@luin Ping |
|
Sorry for the delay! Should it be considered as a breaking change? |
|
Yes. If someone has broken DNS then they will find out when this is changed. |
|
Any updates on this? |
|
I have sort of the inverse problem. In our dualstack setup we have aws vpc dns64, this works great with our nat... however our elasticache is placed in a legacy VPC without ipv6. However this should in its own not be a problem. But since the dns server returns both ipv4 and ipv6 addresses for the elasticache cluster dns... ioredis seems to get stuck in Note: ioredis does not seem to have this problem. |
It may not be possible to know before hand what address a host will
resolve to.
Possibly this fixes #1576