summaryrefslogtreecommitdiff
path: root/redis
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Unit tests fixes for compatibility (#1703)Chayim2021-11-145-44/+44
|
* Improve documentation about Lock (#1701)Jeremy Mayeres2021-11-141-4/+4
|
* Restoring ZRANGE desc for Redis < 6.2.0 (#1697)Avital Fine2021-11-111-0/+7
|
* Response parsing occasionally fails to parse floats (#1692)Chayim2021-11-101-1/+4
|
* Docstring improvements for Redis class (#1675)Chayim2021-11-091-2/+4
|
* 4.0.0 rc2 versioning (#1677)Chayim2021-11-091-1/+1
|
* Removing dependency on six (#1676)Chayim2021-11-098-36/+17
|
* Re-enable pipeline support for JSON and TimeSeries (#1674)Chayim2021-11-094-8/+110
|
* Export Sentinel, and SSL like other classes (#1671)Terence Honles2021-11-082-1/+13
|
* Restore zrange functionality for older versions of Redis (#1670)Avital Fine2021-11-081-14/+48
|
* Fix garbage collection deadlock (#1578)Eugene Morozov2021-11-081-3/+6
|
* rc1 (#1668)Chayim2021-11-041-1/+1
|
* Support for json multipath ($) (#1663)Chayim2021-11-045-56/+88
|
* SMISMEMBER support (#1667)Chayim2021-11-031-0/+8
|
* Improved JSON accuracy (#1666)Chayim2021-11-025-48/+78
|
* Added boolean parsing to PEXPIRE and PEXPIREAT (#1665)Anas2021-11-021-1/+2
|
* Adding vulture for static analysis (#1655)Chayim2021-10-282-6/+0
| | | | | * Adding vulture for static analysis Removing dead code found previously by vulture in local runs.