mirror of
https://github.com/wassname/ray.git
synced 2026-07-17 11:32:33 +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
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user