mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 23:11:40 +08:00
[Java] Add the default redis password for Java (#6528)
This commit is contained in:
@@ -59,10 +59,11 @@ ray {
|
||||
address: ""
|
||||
// If `redis.server` isn't provided, which port we should use to start redis server.
|
||||
head-port: 6379
|
||||
// Below passwords should be consistent with the one defined in python/ray/ray_constants.py.
|
||||
// The password used to start the redis server on the head node.
|
||||
head-password: ""
|
||||
head-password: "5241590000000000"
|
||||
// The password used to connect to the redis server.
|
||||
password:""
|
||||
password: "5241590000000000"
|
||||
// If `redis.server` isn't provided, how many Redis shards we should start in addition to the
|
||||
// primary Redis shard. The ports of these shards will be `head-port + 1`, `head-port + 2`, etc.
|
||||
shard-number: 1
|
||||
|
||||
Reference in New Issue
Block a user