summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 4.1.4 release cherry-picks (#1994)v4.1.44.1Chayim2022-02-167-45/+443
* 4.1.3v4.1.3dvora-h2022-02-081-1/+1
* Fix flushdb and flushall (#1926)Meir Shpilraien (Spielrein)2022-02-082-2/+15
* Add redis5 and redis4 dockers (#1871)dvora-h2022-02-0836-23/+477
* Change json.clear test multi to be up to date with redisjson (#1922)dvora-h2022-02-081-2/+2
* Fixing volume for unstable_cluster docker (#1914)dvora-h2022-02-081-1/+1
* Update changes file with changes since 4.0.0-beta2 (#1915)dvora-h2022-02-081-8/+152
* adding cluster env timeout time (#1908)v4.1.2Chayim2022-01-271-1/+1
* 4.1.2 (#1904)dvora-h2022-01-271-1/+1
* Raising ConnectionError on invalid ocsp certificates - with status informatio...Chayim2022-01-272-5/+14
* Fixing LMOVE, BLMOVE returning an incorrect response (#1906)Varun Chopra2022-01-271-2/+2
* cluster script fixes to support future cluster versions and redis unstable (#...Chayim2022-01-264-7/+46
* Fixing AttributeError on some connection errors (#1905)Chayim2022-01-261-4/+7
* Fixing AttributeError in UnixDomainSocketConnection (#1903)dvora-h2022-01-261-5/+12
* Fixing TypeError in GraphCommands.explain (#1901)dvora-h2022-01-261-0/+2
* Increased pubsub's wait_for_messages timeout to prevent flaky tests (#1893)Bar Shaul2022-01-251-1/+1
* Added retry mechanism on socket timeouts when connecting to the server (#1895)Bar Shaul2022-01-253-4/+58
* redis-unstable cluster docker (#1889)Chayim2022-01-255-3/+32
* README code snippets formatted to highlight properly (#1888)Soumendra kumar sahoo2022-01-251-84/+85
* Fix link in the main page (#1897)dvora-h2022-01-251-1/+1
* Documentation fixes: JSON Example, SSL Connection Examples, RTD version (#1887)Chayim2022-01-193-4/+12
* Add search-json examples (#1886)dvora-h2022-01-195-180/+218
* direct link to readthedocs (#1885)Chayim2022-01-181-1/+3
* 4.1.1 (#1883)v4.1.1dvora-h2022-01-171-1/+1
* Add retries to connections in Sentinel Pools (#1879)Jonathan Dieter2022-01-171-1/+7
* OCSP Stapling Support (#1873)Chayim2022-01-1711-111/+571
* More parallel CI workflows (#1881)Chayim2022-01-171-1/+1
* Define incr/decr as aliases of incrby/decrby (#1874)Ori Avtalion2022-01-161-22/+4
* Timeseries docs fix (#1877)Chayim2022-01-121-1/+1
* Triple quote docstrings in client.py PEP 257 (#1876)Andrew Chen Wang2022-01-121-22/+19
* get_connection: catch OSError too (#1832)Iñaki Ucar2022-01-101-1/+1
* syncing requirements (#1870)Chayim2022-01-101-2/+2
* Set keys var otherwise variable not created (#1853)Andrew Chen Wang2022-01-101-2/+1
* Clusters should optionally require full slot coverage (#1845)Bar Shaul2022-01-102-117/+44
* Typo and typing in GraphCommands documentation (#1855)Andrew Chen Wang2022-01-101-2/+2
* Allowing poetry and redis-py to install together (#1854)Søren Bjerregaard Vrist2022-01-101-1/+1
* FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN ...Avital Fine2022-01-102-20/+124
* `setup.py`: Add project_urls for PyPI (#1867)Tony Narlock2022-01-101-0/+6
* Support test with redis unstable docker (#1850)dvora-h2022-01-041-0/+16
* Support for unstable docker (#1842)Chayim2021-12-304-1/+33
* Documentation cleanup (#1841)Chayim2021-12-3013-133/+149
* Connection examples (#1835)dvora-h2021-12-309-3/+452
* 4.1.0 (#1828)v4.1.0Chayim2021-12-261-1/+1
* OCSP stapling support (#1820)Chayim2021-12-2610-11/+310
* SRTALGO - skip for redis versions greater than 7.0.0 (#1831)Avital Fine2021-12-261-0/+1
* Marking STRALGO as prior to redis 7 (#1829)Chayim2021-12-231-0/+1
* Support for SELECT (#1825)Chayim2021-12-232-0/+13
* Retry on error exception and timeout fixes (#1821)Bar Shaul2021-12-232-82/+58
* Fixing read race condition during pubsub (#1737)Bar Shaul2021-12-232-15/+102
* Support for specifying error types with retry (#1817)Bar Shaul2021-12-234-12/+169