File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ def _set_cluster_clients(self, configs: RedisConfig) -> None:
100100 password = configs .PASSWORD ,
101101 decode_responses = configs .DECODE_RESPONSES ,
102102 max_connections = configs .MAX_CONNECTIONS ,
103- retry_on_timeout = configs .RETRY_ON_TIMEOUT ,
104103 socket_connect_timeout = configs .SOCKET_CONNECT_TIMEOUT ,
105104 socket_timeout = configs .SOCKET_TIMEOUT ,
106105 health_check_interval = configs .HEALTH_CHECK_INTERVAL ,
@@ -1172,7 +1171,6 @@ def _set_cluster_clients(self, configs: RedisConfig) -> None:
11721171 password = configs .PASSWORD ,
11731172 decode_responses = configs .DECODE_RESPONSES ,
11741173 max_connections = configs .MAX_CONNECTIONS ,
1175- retry_on_timeout = configs .RETRY_ON_TIMEOUT ,
11761174 socket_connect_timeout = configs .SOCKET_CONNECT_TIMEOUT ,
11771175 socket_timeout = configs .SOCKET_TIMEOUT ,
11781176 health_check_interval = configs .HEALTH_CHECK_INTERVAL ,
You can’t perform that action at this time.
0 commit comments