summaryrefslogtreecommitdiff
path: root/redis
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing exception in listen (#1823)dvora-h2021-12-221-0/+2
* Support WRITE in CLIENT PAUSE (#1549)Avital Fine2021-12-221-3/+15
* Fixed MovedError, and stopped iterating through startup nodes when slots are ...Bar Shaul2021-12-221-2/+12
* Merge pull request #1818 from dvora-h/set-file-and-set-pathdvora-h2021-12-211-0/+51
|\
| * 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
* | close socket after server disconnect (#1797)Paul Brown2021-12-161-2/+7
* | Support SYNC and PSYNC (#1741)Avital Fine2021-12-152-1/+26
* | 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
* Allow overriding connection class via keyword arguments (#1752)Maksim Novikov2021-12-021-0/+4
* Aggregation loadall (#1735)Avital Fine2021-12-021-3/+11
* Integrate RedisBloom support (#1683)Avital Fine2021-12-014-0/+823
* 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
* 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
* 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
* 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
* Better removal of hiredis warning (#1726)Alex Wu2021-11-212-5/+1
* Removing command on initial connections (#1722)v4.0.1Chayim2021-11-172-31/+0
* removing hiredis warning (#1721)Chayim2021-11-172-6/+1