I'm setting up the infrastructure for a Ray project and would like to use an external redis (i.e one not started by ray --head
. However that currently does not seem possible, giving me:
If --head is passed in, a Redis server will be started, so a Redis address should not be provided.
Has anyone managed to use an external Redis not managed by Ray?
Regards, Niklas