Skip to content

Commit 745bb29

Browse files
committed
LoadBalancer keyed on slot instead of primary node; LoadBalancer not reset when NodesManager resets
1 parent cc3a422 commit 745bb29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redis/cluster.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,6 @@ def close(self) -> None:
18351835

18361836
def reset(self):
18371837
pass
1838-
18391838

18401839
def remap_host_port(self, host: str, port: int) -> Tuple[str, int]:
18411840
"""

0 commit comments

Comments
 (0)