summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | This moves packaging to >=20.4 rather than the latest.
* FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN ↵Avital Fine2022-01-102-20/+124
| | | | | (#1847) Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* `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
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* 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
|
* Removing lots-of-pythons container (#1827)Chayim2021-12-232-15/+7
|
* Support for RESET command since Redis 6.2.0 (#1824)Chayim2021-12-223-0/+13
|
* Support CLIENT TRACKING (#1612)Avital Fine2021-12-222-0/+120
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Fixing exception in listen (#1823)dvora-h2021-12-221-0/+2
|
* Support WRITE in CLIENT PAUSE (#1549)Avital Fine2021-12-223-4/+22
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Fixed MovedError, and stopped iterating through startup nodes when slots are ↵Bar Shaul2021-12-221-2/+12
| | | | fully covered (#1819)
* Update redismodules.rst (#1822)yanivhershkovich2021-12-221-3/+3
| | | Updated links to RediSearch, RedisGraph and RedisBloom sites as they were all pointing to RedisJSON instead.
* Merge pull request #1818 from dvora-h/set-file-and-set-pathdvora-h2021-12-212-0/+90
|\ | | | | JSON set_file and set_path support
| * fixing PR commentsdvora-h2021-12-211-6/+13
| |
| * fix test_set_pathdvora-h2021-12-201-6/+6
| |
| * fixing tests and lintdvora-h2021-12-202-17/+49
| |
| * add set_file and set_pathdvora-h2021-12-192-0/+51
| |
* | Allow ssl_ca_path with rediss:// urls (#1814)Chayim2021-12-191-0/+1
| |
* | Support for password-encrypted SSL private keys (#1782)Chayim2021-12-1617-17/+215
| | | | | | Adding support for SSL private keys with a password. This PR also adds support for future SSL tests.
* | close socket after server disconnect (#1797)Paul Brown2021-12-162-2/+41
| |
* | Support SYNC and PSYNC (#1741)Avital Fine2021-12-153-1/+38
| | | | | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* | Add CI action to install package from commit hash (#1781) (#1790)Ashwani Gupta2021-12-151-0/+16
| |
* | Single sourcing the package version (#1791)Chayim2021-12-152-7/+13
| |
* | Ensure redis_connect_func is set on uds connection (#1794)Ali-Akber Saifee2021-12-151-1/+3
| |
* | Fix link in lmove docstring (#1793)Akuli2021-12-151-1/+1
|/
* Disabling JSON.DEBUG tests (#1787)Chayim2021-12-131-29/+29
|
* Adding cluster, bloom, and graph docs (#1779)v4.1.0rc2Chayim2021-12-096-12/+152
|
* Add packaging to setup_requires, and use >= to play nice to setup.py (fixes ↵Sebastian Pipping2021-12-091-2/+5
| | | | #1625) (#1780)
* Fixing the license link in the readme (#1778)Chayim2021-12-081-52/+52
|
* Removing distutils from tests (#1773)Chayim2021-12-082-6/+6
| | | Co-authored-by: Bar Shaul <88437685+barshaul@users.noreply.github.com>
* Fix cluster ACL tests (#1774)Bar Shaul2021-12-082-2/+2
|
* Added support for MONITOR in clusters (#1756)Bar Shaul2021-12-027-45/+117
|
* Improved RedisCluster's reinitialize_steps and documentation (#1765)Bar Shaul2021-12-022-8/+48
|
* Adding ROLE Command (#1610)Avital Fine2021-12-022-1/+22
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Locking latest tag for pythons docker (#1769)Chayim2021-12-021-1/+1
|