• Geoff Garside's avatar
    Use getaddrinfo(3) in redisContextConnectTcp. · 3afe2585
    Geoff Garside authored
    Change redisContextConnectTcp() function to use getaddrinfo(3) to
    perform address resolution, socket creation and connection. Resolved
    addresses are limited to those reachable by the AF_INET family.
    3afe2585
net.c 8.19 KB