mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 18:15:58 +08:00
Use localhost and set redis password by default (#6481)
This commit is contained in:
@@ -106,7 +106,7 @@ class RayParams(object):
|
||||
redirect_output=None,
|
||||
num_redis_shards=None,
|
||||
redis_max_clients=None,
|
||||
redis_password=None,
|
||||
redis_password=ray_constants.REDIS_DEFAULT_PASSWORD,
|
||||
plasma_directory=None,
|
||||
worker_path=None,
|
||||
huge_pages=False,
|
||||
|
||||
Reference in New Issue
Block a user