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:
Peter Schafhalter
2018-10-17 22:48:14 -07:00
committed by Robert Nishihara
parent 2c52d9dfa0
commit b82fd157a7
3 changed files with 6 additions and 56 deletions
-1
View File
@@ -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,