summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* pypi push with 3.9 actionsck-fixpypy-releaseChayim I. Kirshen2021-11-091-2/+2
| | | | fixing dist call
* 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
* re-enabling codecov as part of CI process (#1646)Chayim2021-10-264-7/+9
|
* beta2 version and CHANGES update (#1643)v4.0.0b2Chayim2021-10-262-1/+8
|
* Convert README & CONTRIBUTING from rst to md (#1633)David2021-10-264-1107/+1138
|
* sentinel: Add SentinelManagedSSLConnection (#1419)AbdealiJK2021-10-251-1/+5
| | | | | | | Create a simple class which takes in both: - SentinelManaged - SSLConnection in cases where the sentinel is being used with a TLS enabled redis setup.
* Adding support for redisearch (#1640)Chayim2021-10-2520-30/+8494
|
* redisjson support (#1636)Chayim2021-10-2529-244/+855
|
* Pre 6.2 redis should default to None for script flush (#1641)Chayim2021-10-252-5/+15
|
* Add FULL option to XINFO SUMMARY (#1638)Agustin Marquez2021-10-253-9/+37
|
* Enable floating parameters in SET (ex and px) (#1635)Avital Fine2021-10-212-2/+12
|
* Test BYLEX param in zrangestore (#1634)Avital Fine2021-10-211-5/+6
|
* tox integrations with invoke and docker (#1632)Chayim2021-10-2112-95/+256
|
* geosearch test should use any=True (#1594)Andrew Chen Wang2021-10-201-2/+3
| | | Co-authored-by: Avital Fine <79420960+AvitalFineRedis@users.noreply.github.com>
* Add warning when hiredis not installed. Recommend installation. (#1621)adiamzn2021-10-191-0/+3
|
* Removing packaging dependency (#1626)Chayim2021-10-192-9/+9
|
* Add support to consumername in `xpending_range` (#1602)Avital Fine2021-10-192-4/+18
|
* Raising NotImplementedError for SCRIPT DEBUG and DEBUG SEGFAULT (#1624)Chayim2021-10-182-0/+30
|
* CLIENT REDIR command support (#1623)Chayim2021-10-183-0/+14
|
* REPLICAOF command implementation (#1622)Chayim2021-10-183-0/+23
|
* Fix client_kill_filter docs for skimpy (#1596)Andrew Chen Wang2021-10-180-0/+0
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Normalize minid and maxlen docs (#1593)Andrew Chen Wang2021-10-181-4/+6
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Update docs for multiple usernames for ACL DELUSER (#1595)Andrew Chen Wang2021-10-181-1/+1
|
* Add support to NX XX and CH to `GEOADD` (#1605)Avital Fine2021-10-182-29/+77
|
* Fix grammar of get param in set command (#1588)Andrew Chen Wang2021-10-181-1/+1
|