[Java] rename config ray.redis.address to ray.address (#10772)

This commit is contained in:
Hao Chen
2020-09-15 11:13:19 +08:00
committed by GitHub
parent ea3e4d622e
commit 1a5cfe0b79
12 changed files with 20 additions and 20 deletions
@@ -1,5 +1,5 @@
ray {
run-mode = SINGLE_PROCESS
resources = "CPU:4"
redis.address = ""
address = ""
}