summaryrefslogtreecommitdiff
path: root/redis/commands/redismodules.py
Commit message (Collapse)AuthorAgeFilesLines
* Integrate RedisBloom support (#1683)Avital Fine2021-12-011-0/+40
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Adding RedisGraph support (#1673)Avital Fine2021-11-301-0/+10
| | | Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
* Added black and isort (#1734)Anas2021-11-301-9/+7
|
* Removing command on initial connections (#1722)v4.0.1Chayim2021-11-171-13/+0
|
* Unit tests fixes for compatibility (#1703)Chayim2021-11-141-19/+19
|
* redis timeseries support (#1652)Chayim2021-10-281-1/+15
|
* Exposing the module version in loaded_modules (#1648)Chayim2021-10-261-5/+13
| | | | 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-251-0/+9
|
* redisjson support (#1636)Chayim2021-10-251-0/+17