mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 21:08:50 +08:00
Replace --redis-address with --address in test, docs, tune, rllib (#5602)
* wip * add tests and tune * add ci * test fix * lint * fix tests * wip * sugar dep
This commit is contained in:
@@ -201,6 +201,11 @@ class Node(object):
|
||||
"""Get the cluster Redis address."""
|
||||
return self._node_ip_address
|
||||
|
||||
@property
|
||||
def address(self):
|
||||
"""Get the cluster address."""
|
||||
return self._redis_address
|
||||
|
||||
@property
|
||||
def redis_address(self):
|
||||
"""Get the cluster Redis address."""
|
||||
|
||||
Reference in New Issue
Block a user