summaryrefslogtreecommitdiff
path: root/redis/commands/redismodules.py
Commit message (Collapse)AuthorAgeFilesLines
* 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