We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0744ee5 commit 4c536f3Copy full SHA for 4c536f3
redis/client.py
@@ -1662,7 +1662,7 @@ def execute(self, raise_on_error: bool = True) -> List[Any]:
1662
lambda error: self._disconnect_raise_on_watching(conn, error),
1663
)
1664
finally:
1665
- # in reset() the connection is diconnected before returned to the pool if
+ # in reset() the connection is disconnected before returned to the pool if
1666
# it is marked for reconnect.
1667
self.reset()
1668
0 commit comments