mirror of
https://github.com/wassname/ray.git
synced 2026-07-11 07:30:25 +08:00
Raise error if space in redis password (#5673)
This commit is contained in:
committed by
Philipp Moritz
parent
0bf79cfbde
commit
ee5db5b67f
@@ -116,6 +116,9 @@ behind a firewall, this feature is useful for instances exposed to the internet
|
||||
where configuring a firewall is not possible. Because Redis is
|
||||
very fast at serving queries, the chosen password should be long.
|
||||
|
||||
|
||||
.. note:: The Redis passwords provided below may not contain spaces.
|
||||
|
||||
Redis authentication is only supported on the raylet code path.
|
||||
|
||||
To add authentication via the Python API, start Ray using:
|
||||
|
||||
Reference in New Issue
Block a user