summaryrefslogtreecommitdiff
path: root/redis/commands
Commit message (Collapse)AuthorAgeFilesLines
* Adding support for non-decodable commandsck-binary-responsesChayim I. Kirshen2021-11-211-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.1Chayim2021-11-171-13/+0
|
* FT.EXPLAINCLI intentionally raising NotImplementedError (#1705)Chayim2021-11-141-0/+4
|
* Unit tests fixes for compatibility (#1703)Chayim2021-11-144-23/+24
|
* Restoring ZRANGE desc for Redis < 6.2.0 (#1697)Avital Fine2021-11-111-0/+7
|
* Response parsing occasionally fails to parse floats (#1692)Chayim2021-11-101-1/+4
|
* Removing dependency on six (#1676)Chayim2021-11-098-36/+17
|
* Re-enable pipeline support for JSON and TimeSeries (#1674)Chayim2021-11-094-8/+110
|
* Restore zrange functionality for older versions of Redis (#1670)Avital Fine2021-11-081-14/+48
|
* Support for json multipath ($) (#1663)Chayim2021-11-045-56/+88
|
* SMISMEMBER support (#1667)Chayim2021-11-031-0/+8
|
* Improved JSON accuracy (#1666)Chayim2021-11-025-48/+78
|
* redis timeseries support (#1652)Chayim2021-10-287-5/+996
|
* Exposing the module version in loaded_modules (#1648)Chayim2021-10-263-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)Chayim2021-10-2513-0/+2376
|
* redisjson support (#1636)Chayim2021-10-259-0/+3876