We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5020e commit 3f23fffCopy full SHA for 3f23fff
redis/asyncio/connection.py
@@ -1165,7 +1165,7 @@ class BlockingConnectionPool(ConnectionPool):
1165
connection from the pool when all of connections are in use, rather than
1166
raising a :py:class:`~redis.ConnectionError` (as the default
1167
:py:class:`~redis.asyncio.ConnectionPool` implementation does), it
1168
- makes blocks the current `Task` for a specified number of seconds until
+ blocks the current `Task` for a specified number of seconds until
1169
a connection becomes available.
1170
1171
Use ``max_connections`` to increase / decrease the pool size::
0 commit comments