summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 4.1.0rc1ck-4.1.0rc1Chayim I. Kirshen2021-11-231-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-173-32/+2
|
* removing hiredis warning (#1721)Chayim2021-11-172-6/+1
|
* 4.0.0 (#1708)v4.0.0Chayim2021-11-154-14/+7
| | | * 4.0.0
* Merge branch 'master' into masterAvital Fine2021-11-150-0/+0
|\
| * Support desc for 3.5.3AvitalFineRedis2021-11-112-0/+5
| |
* | Re-enabling read-the-docs (#1707)Chayim2021-11-146-199/+41
| |
* | FT.EXPLAINCLI intentionally raising NotImplementedError (#1705)Chayim2021-11-142-0/+10
| |
* | Call HSET after FT.CREATE to avoid keyspace scan (#1706)Ariel Shtul2021-11-141-3/+3
| |
* | Unit tests fixes for compatibility (#1703)Chayim2021-11-148-67/+65
| |
* | Improve documentation about Lock (#1701)Jeremy Mayeres2021-11-141-4/+4
| |
* | Added breaking icon to release drafter (#1702)Chayim2021-11-142-1/+24
| |
* | Fixes to allow --redis-url to pass through all tests (#1700)Chayim2021-11-116-16/+97
| |
* | Restoring ZRANGE desc for Redis < 6.2.0 (#1697)Avital Fine2021-11-112-0/+8
| |
* | Fix unit tests running against Redis 4.0.0 (#1699)Avital Fine2021-11-111-5/+5
|/
* Unit test fixes to carry pytest options through all tests (#1696)Chayim2021-11-107-22/+36
|
* [TEST] search alias test (#1695)Ariel Shtul2021-11-101-17/+4
|
* Response parsing occasionally fails to parse floats (#1692)Chayim2021-11-102-1/+53
|
* Adding RediSearch/RedisJSON tests (#1691)Ariel Shtul2021-11-101-0/+99
|
* Updating codecov rules (#1689)Chayim2021-11-101-0/+4
|
* Test to validate custom JSON decoders (#1681)Chayim2021-11-102-0/+18
|
* Tests to validate built python packages (#1678)v4.0.0rc2Chayim2021-11-094-42/+88
|
* Sleep for flaky search test (#1680)Chayim2021-11-091-0/+4
|
* Test function renames, to match standards (#1679)Chayim2021-11-091-20/+20
|
* 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-097-38/+154
|
* Export Sentinel, and SSL like other classes (#1671)Terence Honles2021-11-083-2/+26
|
* Fix georadius tests (#1672)Avital Fine2021-11-081-1/+7
|
* Restore zrange functionality for older versions of Redis (#1670)Avital Fine2021-11-082-15/+49
|
* Fix garbage collection deadlock (#1578)Eugene Morozov2021-11-083-3/+19
|
* rc1 (#1668)Chayim2021-11-041-1/+1
|
* publish to pypi as releases are generated with the release drafter (#1647)v4.0.0rc1Chayim2021-11-041-0/+31
|
* Support for json multipath ($) (#1663)Chayim2021-11-048-74/+1823
|
* SMISMEMBER support (#1667)Chayim2021-11-032-0/+15
|
* Improved JSON accuracy (#1666)Chayim2021-11-029-76/+165
|
* Added boolean parsing to PEXPIRE and PEXPIREAT (#1665)Anas2021-11-022-13/+14
|
* Adding vulture for static analysis (#1655)Chayim2021-10-286-26/+26
| | | | | * Adding vulture for static analysis Removing dead code found previously by vulture in local runs.
* starting to clean the docs (#1657)Chayim2021-10-282-179/+171
|
* redis timeseries support (#1652)Chayim2021-10-289-5/+1590
|
* Update badges in README.md (#1654)Guy Korland2021-10-281-3/+4
|
* Add python_requires setuptools check for python > 3.6 (#1656)Nicusor Picatureanu2021-10-271-0/+1
|
* restore actions to prs (#1653)Chayim2021-10-261-0/+3
| | | | | * restore actions to prs * limiting pr runs for actions against master
* Adding description format for package (#1651)Chayim2021-10-261-0/+1
|
* Exposing the module version in loaded_modules (#1648)Chayim2021-10-265-8/+20
| | | | This is useful for the case where one wants to instantiate a module, knowing the back end version. The reason: behaviour may differ based on redis module versions.
* Fixing the package to include commands (#1649)v4.0.0b3Chayim2021-10-264-112/+124
| | | | | * Fixing the package to include commands. Fixes #1645