[cli][ray] update ray cli message (#10823)

This commit is contained in:
Keqiu Hu
2020-09-17 09:26:55 -07:00
committed by GitHub
parent ee99c919e3
commit 8a77cf925a
3 changed files with 3 additions and 3 deletions
@@ -10,7 +10,7 @@ Next steps
Alternatively, use the following Python code:
import ray
ray\.init\(address='auto', redis_password='.+'\)
ray\.init\(address='auto', _redis_password='.+'\)
If connection fails, check your firewall settings and network configuration.