Skip to content

Distributed Redis Central Memory

Guillaume Baulieu requested to merge distrib_redis into preprod

First support of a distributed redis central memory. It supposes all processes have a local redis server (standalone). Data will be retrieved using hostname:port (no network interface management, the interface associated with the name will be used)

Merge request reports