mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
hide CLI option for redis shard ports (#14434)
This commit is contained in:
parent
4572c6cf0f
commit
b7516ef667
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ def debug(address):
|
|||
@click.option(
|
||||
"--redis-shard-ports",
|
||||
required=False,
|
||||
hidden=True,
|
||||
type=str,
|
||||
help="the port to use for the Redis shards other than the "
|
||||
"primary Redis shard")
|
||||
|
|
Loading…
Add table
Reference in a new issue