Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merging masterck-linkdocs | Chayim I. Kirshen | 2021-11-29 | 9 | -138/+1949 |
|\ | |||||
| * | Splitting documentation for read the docs (#1743) | Chayim | 2021-11-25 | 1 | -30/+30 |
| | | |||||
| * | Support RediSearch FT.PROFILE command (#1727) | Avital Fine | 2021-11-25 | 2 | -6/+88 |
| | | |||||
| * | Improve code coverage for aggregation tests (#1713) | Avital Fine | 2021-11-25 | 1 | -6/+0 |
| | | |||||
| * | Adding support for non-decodable commands (#1731) | Chayim | 2021-11-25 | 1 | -1/+4 |
| | | |||||
| * | COMMAND GETKEYS support (#1738) | Avital Fine | 2021-11-25 | 1 | -0/+3 |
| | | |||||
| * | Adding RedisCluster client to support Redis Cluster Mode (#1660) | Bar Shaul | 2021-11-25 | 4 | -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.0 | Carlosbogo | 2021-11-21 | 1 | -79/+683 |
| | | |||||
| * | Removing command on initial connections (#1722)v4.0.1 | Chayim | 2021-11-17 | 1 | -13/+0 |
| | | |||||
* | | adding links to all available external commands | Chayim I. Kirshen | 2021-11-15 | 3 | -101/+196 |
|/ | |||||
* | 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 |