summaryrefslogtreecommitdiff
path: root/tests/test_connection.py
Commit message (Expand)AuthorAgeFilesLines
* fix create single_connection_client from url (#2752)dvora-h2023-05-081-0/+8
* Optionally disable disconnects in read_response (#2695)Kristján Valur Jónsson2023-05-081-1/+1
* Fix #2581 UnixDomainSocketConnection' object has no attribute '_command_packe...Sergey Prokazov2023-02-081-1/+43
* Make PythonParser resumable (#2510)Kristján Valur Jónsson2023-01-051-1/+42
* Added retry mechanism on socket timeouts when connecting to the server (#1895)Bar Shaul2022-01-251-1/+49
* close socket after server disconnect (#1797)Paul Brown2021-12-161-0/+34
* Added black and isort (#1734)Anas2021-11-301-10/+13
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-1/+1
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-0/+1
* Unit tests fixes for compatibility (#1703)Chayim2021-11-141-18/+8
* Unit test fixes to carry pytest options through all tests (#1696)Chayim2021-11-101-0/+2
* Exposing the module version in loaded_modules (#1648)Chayim2021-10-261-1/+1
* redisjson support (#1636)Chayim2021-10-251-1/+32
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-1/+1
* Fix str/bytes mixup in PythonParser.read_response() (#1324)Jon Dufresne2020-04-131-0/+15