Redis password for the ray cluster seems to be hardcoded to 5241590000000000
. Is it possible to set a new custom password?
Yes you can use _reddis_password argument.
https://docs.ray.io/en/master/package-ref.html?highlight=reddis%20password
1 Like
I’m talking about Ray Clusters here… When you start a cluster, how do you specify a custom redis password? ray up
command
You add - -redis-password {YOUR_PASSWORD} to the ray start commands in your configuration yaml.
https://docs.ray.io/en/latest/cluster/index.html#starting-ray-on-each-machine
1 Like
Aah! Thanks @mannyv !