mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
--redis-address -> --address (#7760)
Exception tells user to use --redis-address, but it deprecated. This tells the user to use the current --address.
This commit is contained in:
parent
6ddf84b019
commit
af3a5705ca
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ def start(node_ip_address, redis_address, address, redis_port,
|
|||
raise Exception("If --head is not passed in, --redis-shard-ports "
|
||||
"is not allowed.")
|
||||
if redis_address is None:
|
||||
raise Exception("If --head is not passed in, --redis-address must "
|
||||
raise Exception("If --head is not passed in, --address must "
|
||||
"be provided.")
|
||||
if num_redis_shards is not None:
|
||||
raise Exception("If --head is not passed in, --num-redis-shards "
|
||||
|
|
Loading…
Add table
Reference in a new issue