mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 22:53:20 +08: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:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user