summaryrefslogtreecommitdiff
path: root/redis/asyncio/connection.py
Commit message (Expand)AuthorAgeFilesLines
* Cherry-pick for 4.3.5 (#2468)dvora-h2022-11-211-2/+11
* Fix retries in async mode (#2180)Eric Lemoine2022-06-191-0/+17
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-301-1/+1
* async_cluster: add/update typing (#2195)Utkarsh Gupta2022-05-301-4/+4
* Add Async RedisCluster (#2099)Utkarsh Gupta2022-05-081-57/+83
* Replace OSError exceptions from `can_read` with `redis.ConnectionError` (#2140)Kristján Valur Jónsson2022-05-081-1/+7
* always clear reference to closed reader/writer (#2077)Bea Steers2022-04-041-2/+3
* Add support to use certificates from string in ssl connection (#2048)dvora-h2022-03-141-2/+11
* redis_connect_func (#2046)Lazaros Toumanidis2022-03-141-0/+2
* Add Async Support (#1899)Andrew Chen Wang2022-02-221-0/+1707