summaryrefslogtreecommitdiff
path: root/redis
Commit message (Collapse)AuthorAgeFilesLines
...
* Raising ConnectionError on invalid ocsp certificates - with status ↵Chayim2022-01-271-2/+7
| | | | information (#1907)
* Fixing LMOVE, BLMOVE returning an incorrect response (#1906)Varun Chopra2022-01-271-2/+2
|
* 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
|
* Added retry mechanism on socket timeouts when connecting to the server (#1895)Bar Shaul2022-01-252-3/+9
|
* Add retries to connections in Sentinel Pools (#1879)Jonathan Dieter2022-01-171-1/+7
|
* OCSP Stapling Support (#1873)Chayim2022-01-173-16/+212
|
* Define incr/decr as aliases of incrby/decrby (#1874)Ori Avtalion2022-01-161-22/+4
|
* 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
|
* 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-101-63/+12
|
* Typo and typing in GraphCommands documentation (#1855)Andrew Chen Wang2022-01-101-2/+2
|
* FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN ↵Avital Fine2022-01-101-20/+58
| | | | | (#1847) Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Documentation cleanup (#1841)Chayim2021-12-306-31/+26
|
* OCSP stapling support (#1820)Chayim2021-12-265-2/+187
|
* Support for SELECT (#1825)Chayim2021-12-231-0/+7
|
* Retry on error exception and timeout fixes (#1821)Bar Shaul2021-12-231-52/+49
|
* Fixing read race condition during pubsub (#1737)Bar Shaul2021-12-231-6/+68
|
* Support for specifying error types with retry (#1817)Bar Shaul2021-12-233-11/+45
|
* Support for RESET command since Redis 6.2.0 (#1824)Chayim2021-12-222-0/+8
|
* Support CLIENT TRACKING (#1612)Avital Fine2021-12-221-0/+98
| | | 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-221-3/+15
| | | 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)
* Merge pull request #1818 from dvora-h/set-file-and-set-pathdvora-h2021-12-211-0/+51
|\ | | | | JSON set_file and set_path support
| * fixing PR commentsdvora-h2021-12-211-6/+13
| |
| * fixing tests and lintdvora-h2021-12-201-14/+19
| |
| * add set_file and set_pathdvora-h2021-12-191-0/+39
| |
* | Allow ssl_ca_path with rediss:// urls (#1814)Chayim2021-12-191-0/+1
| |
* | Support for password-encrypted SSL private keys (#1782)Chayim2021-12-162-4/+34
| | | | | | 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-161-2/+7
| |
* | Support SYNC and PSYNC (#1741)Avital Fine2021-12-152-1/+26
| | | | | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* | Single sourcing the package version (#1791)Chayim2021-12-151-1/+11
| |
* | 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
|/
* Adding cluster, bloom, and graph docs (#1779)v4.1.0rc2Chayim2021-12-092-1/+7
|
* Added support for MONITOR in clusters (#1756)Bar Shaul2021-12-021-0/+17
|
* Improved RedisCluster's reinitialize_steps and documentation (#1765)Bar Shaul2021-12-021-7/+29
|
* Adding ROLE Command (#1610)Avital Fine2021-12-021-1/+15
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Allow overriding connection class via keyword arguments (#1752)Maksim Novikov2021-12-021-0/+4
|
* Aggregation loadall (#1735)Avital Fine2021-12-021-3/+11
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Integrate RedisBloom support (#1683)Avital Fine2021-12-014-0/+823
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Migrated targeted nodes to kwargs in Cluster Mode (#1762)Bar Shaul2021-12-015-725/+282
|
* Remove unused aggregation subclasses (#1754)Avital Fine2021-12-011-77/+27
|
* Adding RedisGraph support (#1673)Avital Fine2021-11-309-0/+1020
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Added black and isort (#1734)Anas2021-11-3032-2281/+2669
|
* Pre-4.1.0rc2 version bump (#1761)Chayim2021-11-301-1/+1
|
* Link Documents for all module commands (#1711)Chayim2021-11-303-86/+180
|