summaryrefslogtreecommitdiff
path: root/redis
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-3021-226/+201
| | | @akx Thank you so much for this! Thanks again for introducing me to a new tool that I'm sliding into my workflow as well.
* Removing duplication of Script class (#1751)Chayim2021-11-251-36/+0
|
* Fixing deprecating distutils (PEP 632) (#1730)Chayim2021-11-251-5/+5
|
* Splitting documentation for read the docs (#1743)Chayim2021-11-251-30/+30
|
* Support RediSearch FT.PROFILE command (#1727)Avital Fine2021-11-252-6/+88
|
* Improve code coverage for aggregation tests (#1713)Avital Fine2021-11-251-6/+0
|
* Adding support for non-decodable commands (#1731)Chayim2021-11-254-10/+22
|
* COMMAND GETKEYS support (#1738)Avital Fine2021-11-251-0/+3
|
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-2511-46/+3459
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Anas <anas.el.amraoui@live.com>
* 4.1.0rc1 (#1742)Chayim2021-11-251-1/+1
|
* Adding links to redis documents in function calls (#1719)v4.0.24.0Carlosbogo2021-11-211-79/+683
|
* fix: adding sentinelcommands to redis client (#1723)Sam Culley2021-11-211-2/+3
| | | Co-authored-by: Sam Culley <sam.culley@novatiq.com>
* Better removal of hiredis warning (#1726)Alex Wu2021-11-212-5/+1
| | | Co-authored-by: Alex Wu <alex@anyscale.com>
* Removing command on initial connections (#1722)v4.0.1Chayim2021-11-172-31/+0
|
* removing hiredis warning (#1721)Chayim2021-11-172-6/+1
|
* 4.0.0 (#1708)v4.0.0Chayim2021-11-151-1/+3
| | | * 4.0.0
* FT.EXPLAINCLI intentionally raising NotImplementedError (#1705)Chayim2021-11-141-0/+4
|