summaryrefslogtreecommitdiff
path: root/redis/commands
Commit message (Collapse)AuthorAgeFilesLines
* merging masterck-linkdocsChayim I. Kirshen2021-11-299-138/+1949
|\
| * Splitting documentation for read the docs (#1743)Chayim2021-11-251-30/+30
| |
| * Support RediSearch FT.PROFILE command (#1727)Avital Fine2021-11-252-6/+88
| |
| * Improve code coverage for aggregation tests (#1713)Avital Fine2021-11-251-6/+0
| |
| * Adding support for non-decodable commands (#1731)Chayim2021-11-251-1/+4
| |
| * COMMAND GETKEYS support (#1738)Avital Fine2021-11-251-0/+3
| |
| * Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-254-34/+1173
| | | | | | | | Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: Anas <anas.el.amraoui@live.com>
| * Adding links to redis documents in function calls (#1719)v4.0.24.0Carlosbogo2021-11-211-79/+683
| |
| * Removing command on initial connections (#1722)v4.0.1Chayim2021-11-171-13/+0
| |
* | adding links to all available external commandsChayim I. Kirshen2021-11-153-101/+196
|/
* 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