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 3b750f6 commit 73373b7Copy full SHA for 73373b7
redis/asyncio/connection.py
@@ -1128,13 +1128,7 @@ def __init__(
1128
self.connection_kwargs = connection_kwargs
1129
self.max_connections = max_connections
1130
1131
-<<<<<<< HEAD
1132
- self._available_connections: ConnectionsIndexer = (
1133
- ConnectionsIndexer() if index_available_connections else []
1134
- )
1135
-=======
1136
self._available_connections = self.reset_available_connections()
1137
->>>>>>> bafbc03 (polymorphism for reset available connections instead)
1138
self._in_use_connections: Set[AbstractConnection] = set()
1139
self.encoder_class = self.connection_kwargs.get("encoder_class", Encoder)
1140
0 commit comments