mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 18:29:08 +08:00
Remove Redis protected mode (#3073)
Follow-up to #2925 and #2952. Removes the Redis protected mode implementation from Ray which was replaced by Redis port authentication.
This commit is contained in:
committed by
Robert Nishihara
parent
2c52d9dfa0
commit
b82fd157a7
@@ -279,7 +279,6 @@ def start(node_ip_address, redis_address, redis_port, num_redis_shards,
|
||||
resources=resources,
|
||||
num_redis_shards=num_redis_shards,
|
||||
redis_max_clients=redis_max_clients,
|
||||
redis_protected_mode=False,
|
||||
redis_password=redis_password,
|
||||
include_webui=(not no_ui),
|
||||
plasma_directory=plasma_directory,
|
||||
|
||||
Reference in New Issue
Block a user