mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 16:46:43 +08:00
Use localhost and set redis password by default (#6481)
This commit is contained in:
@@ -98,6 +98,7 @@ def cli(logging_level, logging_format):
|
||||
"--redis-password",
|
||||
required=False,
|
||||
type=str,
|
||||
default=ray_constants.REDIS_DEFAULT_PASSWORD,
|
||||
help="If provided, secure Redis ports with this password")
|
||||
@click.option(
|
||||
"--redis-shard-ports",
|
||||
|
||||
Reference in New Issue
Block a user