summaryrefslogtreecommitdiff
path: root/tests/test_asyncio/test_connection.py
Commit message (Expand)AuthorAgeFilesLines
* fix create single_connection_client from url (#2752)dvora-h2023-05-081-0/+6
* Optionally disable disconnects in read_response (#2695)Kristján Valur Jónsson2023-05-081-1/+1
* Fixing cancelled async futures (#2666)Chayim2023-03-291-21/+0
* AsyncIO Race Condition Fix (#2641)v4.5.3Chayim2023-03-221-0/+21
* Fix behaviour of async PythonParser to match RedisParser as for issue #2349 (...Kristján Valur Jónsson2023-03-161-2/+0
* Fix issue 2349: Let async HiredisParser finish parsing after a Connection.dis...Kristján Valur Jónsson2023-02-061-0/+82
* Fix issue 2540: Synchronise concurrent command calls to single-client mode. (...Vivanov982023-01-291-0/+45
* Make PythonParser resumable (#2510)Kristján Valur Jónsson2023-01-051-7/+41
* Remove the superflous SocketBuffer from asyncio PythonParser (#2418)Kristján Valur Jónsson2022-10-301-4/+5
* Dev/no lock (#2308)Kristján Valur Jónsson2022-09-281-0/+4
* Drop python 3.6 support (#2306)dvora-h2022-07-271-4/+0
* Fix warnings and resource usage problems in asyncio unittests (#2258)Kristján Valur Jónsson2022-07-261-1/+3
* Use retry mechanism in async version of Connection objects (#2271)szumka2022-07-211-2/+51
* Add Async RedisCluster (#2099)Utkarsh Gupta2022-05-081-2/+0
* Add Async Support (#1899)Andrew Chen Wang2022-02-221-0/+64