summaryrefslogtreecommitdiff
path: root/redis/commands/redismodules.py
Commit message (Collapse)AuthorAgeFilesLines
* Cherry-pick for 4.3.5 (#2468)dvora-h2022-11-211-2/+12
| | | | | | | | | | | | | | | | | | | | Co-authored-by: pedro.frazao <perl.pf@netcf.org> Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com> Co-authored-by: Gauthier Imbert <gauthier@PC17> Co-authored-by: Chayim <chayim@users.noreply.github.com> Co-authored-by: szumka <106675199+szumka@users.noreply.github.com> Co-authored-by: Mehdi ABAAKOUK <sileht@sileht.net> Co-authored-by: Tim Gates <tim.gates@iress.com> Co-authored-by: Utkarsh Gupta <utkarshgupta137@gmail.com> Co-authored-by: Nial Daly <34862917+nialdaly@users.noreply.github.com> Co-authored-by: pedrofrazao <603718+pedrofrazao@users.noreply.github.com> Co-authored-by: Антон Безденежных <gamer392@yandex.ru> Co-authored-by: Iglesys <g.imbert34@gmail.com> Co-authored-by: Kristján Valur Jónsson <sweskman@gmail.com> Co-authored-by: DvirDukhan <dvir@redis.com> Co-authored-by: Alibi Shalgymbay <a.shalgymbay@mycar.kz> Co-authored-by: dvora-h <dvora.heller@redis.com> Co-authored-by: Alibi <aliby.bbb@gmail.com> Co-authored-by: Aarni Koskela <akx@iki.fi>
* Fix modules links to https://redis.io/commands/ (#2185)Avital Fine2022-05-171-1/+1
|
* Add async supoort for SEARCH commands (#2096)dvora-h2022-04-281-0/+10
| | | | | | | | | | | | | * Add async supoort for SEARCH commands * linters * linters * linters * linters * linters
* 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