summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improvements to JSON coverageck-fixjsonChayim I. Kirshen2021-11-018-29/+120
| | | | | | | | tests to validate json behaviour deprecation support api changes
* 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
|
* Fix docs for client_kill_filter (#1584)Andrew Chen Wang2021-10-181-2/+2
|
* add support to `ZRANGE` and `ZRANGESTORE` parameters (#1603)Avital Fine2021-10-182-122/+181
|
* adding contributors to the changes (#1619)Chayim2021-10-171-1/+5
|
* Adding the release drafter to help simplify release notes (#1618)Chayim2021-10-172-0/+59
|
* 4.0.0 beta 1 versioning - prior to pypi release (#1615)v4.0.0b1ck-releasedrafterChayim2021-10-171-1/+1
|
* Merge pull request #1606 from AvitalFineRedis/GEORADIUS_count_anyAvital Fine2021-10-142-12/+25
|\ | | | | Add support to ANY to GEOSEARCHSTORE and to GEOSEARCH
| * Add support to ANY to GEOSEARCHSTORE and to GEOSEARCHAvitalFineRedis2021-10-132-12/+25
| |
* | Merge pull request #1613 from AvitalFineRedis/MEMORY-MALLOC-STATSAvital Fine2021-10-142-0/+8
|\ \ | | | | | | Support MEMORY MALLOC-STATS
| * | implement memory_malloc_statsAvitalFineRedis2021-10-142-0/+8
| |/
* | bringing CHANGES up-to-date (#1600)Chayim2021-10-141-8/+19
| |
* | Fix `retry` attribute in UnixDomainSocketConnection (#1604)nbraun-amazon2021-10-142-8/+24
| |
* | Remove unused BitFieldOperation in client.py (#1590)Andrew Chen Wang2021-10-141-97/+0
| |
* | Add client_id param to docs for client_list (#1589)Andrew Chen Wang2021-10-141-1/+2
| |
* | Simplify MODULE LOAD and fix SCRIPT FLUSH doc (#1597)Andrew Chen Wang2021-10-141-4/+2
| |
* | Merge pull request #1608 from AvitalFineRedis/MEMORY_DOCTORAvital Fine2021-10-141-17/+36
|\ \ | | | | | | Throw NotImplementedError for MEMORY DOCTOR and MEMORY HELP
| * | Throw NotImplementedErrorAvitalFineRedis2021-10-141-1/+1
| | |
| * | Throw NotImplementedErrorAvitalFineRedis2021-10-141-0/+5
| | |