Return address when connecting with getaddrinfo
It is opaque to the caller which address the handle connects to when the host is resolved by getaddrinfo. Now, it returns a redis_address type that encapsulates multiple sockaddr_* structs (sockaddr_storage would be appropriate here, but it appears not to be portable).
Please register or sign in to comment