Skip to content

Commit cc3a422

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis/cluster.py

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

18361836
def reset(self):
18371837
pass
1838+
18381839

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

0 commit comments

Comments
 (0)