• Matt Stancliff's avatar
    Bind source address for cluster communication · 9a7cf319
    Matt Stancliff authored
    The first address specified as a bind parameter
    (server.bindaddr[0]) gets used as the source IP
    for cluster communication.
    
    If no bind address is specified by the user, the
    behavior is unchanged.
    
    This patch allows multiple Redis Cluster instances
    to communicate when running on the same interface
    of the same host.
    9a7cf319
cluster.c 151 KB