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