Skip to content

Commit 83cf781

Browse files
committed
Adding small change in README to trigger pipeline for the branch.
1 parent f5cd264 commit 83cf781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ By default, redis-py uses a connection pool to manage connections. Each instance
101101

102102
``` python
103103
>>> pool = redis.ConnectionPool(host='localhost', port=6379, db=0)
104-
>>> r = redis.Redis(connection_pool=pool)
104+
>>> r = redis.Redis(connection_pool=pool)
105105
```
106106

107107
Alternatively, you might want to look at [Async connections](https://redis.readthedocs.io/en/stable/examples/asyncio_examples.html), or [Cluster connections](https://redis.readthedocs.io/en/stable/connections.html#cluster-client), or even [Async Cluster connections](https://redis.readthedocs.io/en/stable/connections.html#async-cluster-client).

0 commit comments

Comments
 (0)