Skip to content

Distributed redis : The name published as local server is taken from the central redis server.

Guillaume Baulieu requested to merge distributed into preprod

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

Merge request reports