Use localhost and set redis password by default (#6481)

This commit is contained in:
Simon Mo
2019-12-17 19:41:19 -08:00
committed by GitHub
parent bbe5d83eb8
commit e530c37b0e
8 changed files with 31 additions and 7 deletions
+1
View File
@@ -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",