We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e2a13 commit 1a7d474Copy full SHA for 1a7d474
redis/asyncio/connection.py
@@ -1280,7 +1280,7 @@ class BlockingConnectionPool(ConnectionPool):
1280
connection from the pool when all of connections are in use, rather than
1281
raising a :py:class:`~redis.ConnectionError` (as the default
1282
:py:class:`~redis.asyncio.ConnectionPool` implementation does), it
1283
- makes blocks the current `Task` for a specified number of seconds until
+ blocks the current `Task` for a specified number of seconds until
1284
a connection becomes available.
1285
1286
Use ``max_connections`` to increase / decrease the pool size::
0 commit comments