Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding support for non-decodable commandsck-binary-responses | Chayim I. Kirshen | 2021-11-21 | 1 | -1/+4 |
| | | | | | | Some commands (i.e DUMP) should never have their response decoded, as they return binaries, not encoded blobs fixes #1254 | ||||
* | Removing command on initial connections (#1722)v4.0.1 | Chayim | 2021-11-17 | 1 | -13/+0 |
| | |||||
* | FT.EXPLAINCLI intentionally raising NotImplementedError (#1705) | Chayim | 2021-11-14 | 1 | -0/+4 |
| | |||||
* | Unit tests fixes for compatibility (#1703) | Chayim | 2021-11-14 | 4 | -23/+24 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Restore zrange functionality for older versions of Redis (#1670) | Avital Fine | 2021-11-08 | 1 | -14/+48 |
| | |||||
* | 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 |
| | |||||
* | redis timeseries support (#1652) | Chayim | 2021-10-28 | 7 | -5/+996 |
| | |||||
* | Exposing the module version in loaded_modules (#1648) | Chayim | 2021-10-26 | 3 | -6/+17 |
| | | | | 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. | ||||
* | Adding support for redisearch (#1640) | Chayim | 2021-10-25 | 13 | -0/+2376 |
| | |||||
* | redisjson support (#1636) | Chayim | 2021-10-25 | 9 | -0/+3876 |