Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Raising ConnectionError on invalid ocsp certificates - with status ↵ | Chayim | 2022-01-27 | 1 | -2/+7 | |
| | | | | information (#1907) | |||||
* | Fixing LMOVE, BLMOVE returning an incorrect response (#1906) | Varun Chopra | 2022-01-27 | 1 | -2/+2 | |
| | ||||||
* | Fixing AttributeError on some connection errors (#1905) | Chayim | 2022-01-26 | 1 | -4/+7 | |
| | ||||||
* | Fixing AttributeError in UnixDomainSocketConnection (#1903) | dvora-h | 2022-01-26 | 1 | -5/+12 | |
| | ||||||
* | Fixing TypeError in GraphCommands.explain (#1901) | dvora-h | 2022-01-26 | 1 | -0/+2 | |
| | ||||||
* | Added retry mechanism on socket timeouts when connecting to the server (#1895) | Bar Shaul | 2022-01-25 | 2 | -3/+9 | |
| | ||||||
* | Add retries to connections in Sentinel Pools (#1879) | Jonathan Dieter | 2022-01-17 | 1 | -1/+7 | |
| | ||||||
* | OCSP Stapling Support (#1873) | Chayim | 2022-01-17 | 3 | -16/+212 | |
| | ||||||
* | Define incr/decr as aliases of incrby/decrby (#1874) | Ori Avtalion | 2022-01-16 | 1 | -22/+4 | |
| | ||||||
* | Triple quote docstrings in client.py PEP 257 (#1876) | Andrew Chen Wang | 2022-01-12 | 1 | -22/+19 | |
| | ||||||
* | get_connection: catch OSError too (#1832) | Iñaki Ucar | 2022-01-10 | 1 | -1/+1 | |
| | ||||||
* | Set keys var otherwise variable not created (#1853) | Andrew Chen Wang | 2022-01-10 | 1 | -2/+1 | |
| | ||||||
* | Clusters should optionally require full slot coverage (#1845) | Bar Shaul | 2022-01-10 | 1 | -63/+12 | |
| | ||||||
* | Typo and typing in GraphCommands documentation (#1855) | Andrew Chen Wang | 2022-01-10 | 1 | -2/+2 | |
| | ||||||
* | FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN ↵ | Avital Fine | 2022-01-10 | 1 | -20/+58 | |
| | | | | | (#1847) Co-authored-by: Chayim I. Kirshen <c@kirshen.com> | |||||
* | Documentation cleanup (#1841) | Chayim | 2021-12-30 | 6 | -31/+26 | |
| | ||||||
* | OCSP stapling support (#1820) | Chayim | 2021-12-26 | 5 | -2/+187 | |
| | ||||||
* | Support for SELECT (#1825) | Chayim | 2021-12-23 | 1 | -0/+7 | |
| | ||||||
* | Retry on error exception and timeout fixes (#1821) | Bar Shaul | 2021-12-23 | 1 | -52/+49 | |
| | ||||||
* | Fixing read race condition during pubsub (#1737) | Bar Shaul | 2021-12-23 | 1 | -6/+68 | |
| | ||||||
* | Support for specifying error types with retry (#1817) | Bar Shaul | 2021-12-23 | 3 | -11/+45 | |
| | ||||||
* | Support for RESET command since Redis 6.2.0 (#1824) | Chayim | 2021-12-22 | 2 | -0/+8 | |
| | ||||||
* | Support CLIENT TRACKING (#1612) | Avital Fine | 2021-12-22 | 1 | -0/+98 | |
| | | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com> | |||||
* | Fixing exception in listen (#1823) | dvora-h | 2021-12-22 | 1 | -0/+2 | |
| | ||||||
* | Support WRITE in CLIENT PAUSE (#1549) | Avital Fine | 2021-12-22 | 1 | -3/+15 | |
| | | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com> | |||||
* | Fixed MovedError, and stopped iterating through startup nodes when slots are ↵ | Bar Shaul | 2021-12-22 | 1 | -2/+12 | |
| | | | | fully covered (#1819) | |||||
* | Merge pull request #1818 from dvora-h/set-file-and-set-path | dvora-h | 2021-12-21 | 1 | -0/+51 | |
|\ | | | | | JSON set_file and set_path support | |||||
| * | fixing PR comments | dvora-h | 2021-12-21 | 1 | -6/+13 | |
| | | ||||||
| * | fixing tests and lint | dvora-h | 2021-12-20 | 1 | -14/+19 | |
| | | ||||||
| * | add set_file and set_path | dvora-h | 2021-12-19 | 1 | -0/+39 | |
| | | ||||||
* | | Allow ssl_ca_path with rediss:// urls (#1814) | Chayim | 2021-12-19 | 1 | -0/+1 | |
| | | ||||||
* | | Support for password-encrypted SSL private keys (#1782) | Chayim | 2021-12-16 | 2 | -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 Brown | 2021-12-16 | 1 | -2/+7 | |
| | | ||||||
* | | Support SYNC and PSYNC (#1741) | Avital Fine | 2021-12-15 | 2 | -1/+26 | |
| | | | | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> | |||||
* | | Single sourcing the package version (#1791) | Chayim | 2021-12-15 | 1 | -1/+11 | |
| | | ||||||
* | | Ensure redis_connect_func is set on uds connection (#1794) | Ali-Akber Saifee | 2021-12-15 | 1 | -1/+3 | |
| | | ||||||
* | | Fix link in lmove docstring (#1793) | Akuli | 2021-12-15 | 1 | -1/+1 | |
|/ | ||||||
* | Adding cluster, bloom, and graph docs (#1779)v4.1.0rc2 | Chayim | 2021-12-09 | 2 | -1/+7 | |
| | ||||||
* | Added support for MONITOR in clusters (#1756) | Bar Shaul | 2021-12-02 | 1 | -0/+17 | |
| | ||||||
* | Improved RedisCluster's reinitialize_steps and documentation (#1765) | Bar Shaul | 2021-12-02 | 1 | -7/+29 | |
| | ||||||
* | Adding ROLE Command (#1610) | Avital Fine | 2021-12-02 | 1 | -1/+15 | |
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> | |||||
* | Allow overriding connection class via keyword arguments (#1752) | Maksim Novikov | 2021-12-02 | 1 | -0/+4 | |
| | ||||||
* | Aggregation loadall (#1735) | Avital Fine | 2021-12-02 | 1 | -3/+11 | |
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> | |||||
* | Integrate RedisBloom support (#1683) | Avital Fine | 2021-12-01 | 4 | -0/+823 | |
| | | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com> | |||||
* | Migrated targeted nodes to kwargs in Cluster Mode (#1762) | Bar Shaul | 2021-12-01 | 5 | -725/+282 | |
| | ||||||
* | Remove unused aggregation subclasses (#1754) | Avital Fine | 2021-12-01 | 1 | -77/+27 | |
| | ||||||
* | Adding RedisGraph support (#1673) | Avital Fine | 2021-11-30 | 9 | -0/+1020 | |
| | | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com> | |||||
* | Added black and isort (#1734) | Anas | 2021-11-30 | 32 | -2281/+2669 | |
| | ||||||
* | Pre-4.1.0rc2 version bump (#1761) | Chayim | 2021-11-30 | 1 | -1/+1 | |
| | ||||||
* | Link Documents for all module commands (#1711) | Chayim | 2021-11-30 | 3 | -86/+180 | |
| |