Distributed redis : The name published as local server is taken from the central redis server.
At startup, a machine using distributed_redis will send 2 queries to the central redis cluster : client list
and client id
It allows to extract the IP address of the local server as seen by the redis cluster. Thus, if the redis cluster is reached through a 10gbs network, we will have the IP address of the 10gbs interface.
Edited by Guillaume Baulieu