Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding support for non-decodable commandsck-binary-responses | Chayim I. Kirshen | 2021-11-21 | 4 | -10/+22 |
| | | | | | | Some commands (i.e DUMP) should never have their response decoded, as they return binaries, not encoded blobs fixes #1254 | ||||
* | fix: adding sentinelcommands to redis client (#1723) | Sam Culley | 2021-11-21 | 1 | -2/+3 |
| | | | Co-authored-by: Sam Culley <sam.culley@novatiq.com> | ||||
* | Better removal of hiredis warning (#1726) | Alex Wu | 2021-11-21 | 2 | -5/+1 |
| | | | Co-authored-by: Alex Wu <alex@anyscale.com> | ||||
* | Removing command on initial connections (#1722)v4.0.1 | Chayim | 2021-11-17 | 2 | -31/+0 |
| | |||||
* | removing hiredis warning (#1721) | Chayim | 2021-11-17 | 2 | -6/+1 |
| | |||||
* | 4.0.0 (#1708)v4.0.0 | Chayim | 2021-11-15 | 1 | -1/+3 |
| | | | * 4.0.0 | ||||
* | FT.EXPLAINCLI intentionally raising NotImplementedError (#1705) | Chayim | 2021-11-14 | 1 | -0/+4 |
| | |||||
* | Unit tests fixes for compatibility (#1703) | Chayim | 2021-11-14 | 5 | -44/+44 |
| | |||||
* | Improve documentation about Lock (#1701) | Jeremy Mayeres | 2021-11-14 | 1 | -4/+4 |
| | |||||
* | Restoring ZRANGE desc for Redis < 6.2.0 (#1697) | Avital Fine | 2021-11-11 | 1 | -0/+7 |
| | |||||
* | Response parsing occasionally fails to parse floats (#1692) | Chayim | 2021-11-10 | 1 | -1/+4 |
| | |||||
* | Docstring improvements for Redis class (#1675) | Chayim | 2021-11-09 | 1 | -2/+4 |
| | |||||
* | 4.0.0 rc2 versioning (#1677) | Chayim | 2021-11-09 | 1 | -1/+1 |
| | |||||
* | Removing dependency on six (#1676) | Chayim | 2021-11-09 | 8 | -36/+17 |
| | |||||
* | Re-enable pipeline support for JSON and TimeSeries (#1674) | Chayim | 2021-11-09 | 4 | -8/+110 |
| | |||||
* | Export Sentinel, and SSL like other classes (#1671) | Terence Honles | 2021-11-08 | 2 | -1/+13 |
| | |||||
* | Restore zrange functionality for older versions of Redis (#1670) | Avital Fine | 2021-11-08 | 1 | -14/+48 |
| | |||||
* | Fix garbage collection deadlock (#1578) | Eugene Morozov | 2021-11-08 | 1 | -3/+6 |
| | |||||
* | rc1 (#1668) | Chayim | 2021-11-04 | 1 | -1/+1 |
| | |||||
* | Support for json multipath ($) (#1663) | Chayim | 2021-11-04 | 5 | -56/+88 |
| | |||||
* | SMISMEMBER support (#1667) | Chayim | 2021-11-03 | 1 | -0/+8 |
| | |||||
* | Improved JSON accuracy (#1666) | Chayim | 2021-11-02 | 5 | -48/+78 |
| | |||||
* | Added boolean parsing to PEXPIRE and PEXPIREAT (#1665) | Anas | 2021-11-02 | 1 | -1/+2 |
| | |||||
* | Adding vulture for static analysis (#1655) | Chayim | 2021-10-28 | 2 | -6/+0 |
| | | | | | * Adding vulture for static analysis Removing dead code found previously by vulture in local runs. | ||||
* | redis timeseries support (#1652) | Chayim | 2021-10-28 | 7 | -5/+996 |
| | |||||
* | Exposing the module version in loaded_modules (#1648) | Chayim | 2021-10-26 | 4 | -7/+19 |
| | | | | 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.0b3 | Chayim | 2021-10-26 | 1 | -1/+1 |
| | | | | | * Fixing the package to include commands. Fixes #1645 | ||||
* | beta2 version and CHANGES update (#1643)v4.0.0b2 | Chayim | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | sentinel: Add SentinelManagedSSLConnection (#1419) | AbdealiJK | 2021-10-25 | 1 | -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) | Chayim | 2021-10-25 | 13 | -0/+2376 |
| | |||||
* | redisjson support (#1636) | Chayim | 2021-10-25 | 10 | -123/+526 |
| | |||||
* | Pre 6.2 redis should default to None for script flush (#1641) | Chayim | 2021-10-25 | 1 | -5/+11 |
| | |||||
* | Add FULL option to XINFO SUMMARY (#1638) | Agustin Marquez | 2021-10-25 | 2 | -9/+25 |
| | |||||
* | Enable floating parameters in SET (ex and px) (#1635) | Avital Fine | 2021-10-21 | 1 | -2/+8 |
| | |||||
* | Add warning when hiredis not installed. Recommend installation. (#1621) | adiamzn | 2021-10-19 | 1 | -0/+3 |
| | |||||
* | Removing packaging dependency (#1626) | Chayim | 2021-10-19 | 1 | -5/+5 |
| | |||||
* | Add support to consumername in `xpending_range` (#1602) | Avital Fine | 2021-10-19 | 1 | -4/+10 |
| | |||||
* | Raising NotImplementedError for SCRIPT DEBUG and DEBUG SEGFAULT (#1624) | Chayim | 2021-10-18 | 1 | -0/+10 |
| | |||||
* | CLIENT REDIR command support (#1623) | Chayim | 2021-10-18 | 2 | -0/+9 |
| | |||||
* | REPLICAOF command implementation (#1622) | Chayim | 2021-10-18 | 2 | -0/+15 |
| | |||||
* | Normalize minid and maxlen docs (#1593) | Andrew Chen Wang | 2021-10-18 | 1 | -4/+6 |
| | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> | ||||
* | Update docs for multiple usernames for ACL DELUSER (#1595) | Andrew Chen Wang | 2021-10-18 | 1 | -1/+1 |
| | |||||
* | Add support to NX XX and CH to `GEOADD` (#1605) | Avital Fine | 2021-10-18 | 1 | -2/+24 |
| | |||||
* | Fix grammar of get param in set command (#1588) | Andrew Chen Wang | 2021-10-18 | 1 | -1/+1 |
| | |||||
* | Fix docs for client_kill_filter (#1584) | Andrew Chen Wang | 2021-10-18 | 1 | -2/+2 |
| | |||||
* | add support to `ZRANGE` and `ZRANGESTORE` parameters (#1603) | Avital Fine | 2021-10-18 | 1 | -115/+130 |
| | |||||
* | 4.0.0 beta 1 versioning - prior to pypi release (#1615)v4.0.0b1ck-releasedrafter | Chayim | 2021-10-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1606 from AvitalFineRedis/GEORADIUS_count_any | Avital Fine | 2021-10-14 | 1 | -12/+19 |
|\ | | | | | Add support to ANY to GEOSEARCHSTORE and to GEOSEARCH | ||||
| * | Add support to ANY to GEOSEARCHSTORE and to GEOSEARCH | AvitalFineRedis | 2021-10-13 | 1 | -12/+19 |
| | | |||||
* | | Merge pull request #1613 from AvitalFineRedis/MEMORY-MALLOC-STATS | Avital Fine | 2021-10-14 | 1 | -0/+4 |
|\ \ | | | | | | | Support MEMORY MALLOC-STATS |