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
-7
View File
@@ -156,13 +156,6 @@ def get_ipython_notebook_path(port):
return new_notebook_directory, webui_url, token
def get_temp_redis_config_path():
"""Get a temp name of the redis config file."""
redis_config_name = make_inc_temp(
prefix="redis_conf", directory_name=get_temp_root())
return redis_config_name
def new_log_files(name, redirect_output):
"""Generate partially randomized filenames for log files.