summaryrefslogtreecommitdiff
path: root/redis/commands/json/commands.py
Commit message (Collapse)AuthorAgeFilesLines
* Cherry-pick for 4.3.5 (#2468)dvora-h2022-11-211-6/+5
| | | | | | | | | | | | | | | | | | | | 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-24/+23
|
* Add type hints for JSON commands (#1921)dvora-h2022-02-061-24/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add type hints for json commands * Change json.clear test multi to be up to date with redisjson (#1922) * fix json clear test * fix json clear test * Add support for BZMPOP (#1851) * add bzmpop * add comment * fix pr comment * fix linters * fix pr comments * add client no-evict (#1856) * Add support for ZINTERCARD (#1857) * add zintercard * fix pr comment * linters * Add support for EVAL_RO (#1862) * add sort_ro * mark test as onlynon cluster * delete mark test as onlynoncluster * add eval_ro * fix linters * delete sort_ro * fix pr comment * add type hints * add type hints * linters * Add support for EVALSHA_RO (#1863) * add evalsha-ro * fix pr comment * add type hints * add type hints * Fix naming conventions (#1872) * fix naming convention * fix worng changes * fix naming convention in rootPath
* Fix naming conventions (#1872)dvora-h2022-02-021-14/+14
| | | | | * fix naming convention * fix worng changes
* fixing PR commentsdvora-h2021-12-211-6/+13
|
* fixing tests and lintdvora-h2021-12-201-14/+19
|
* add set_file and set_pathdvora-h2021-12-191-0/+39
|
* Added black and isort (#1734)Anas2021-11-301-19/+19
|
* Link Documents for all module commands (#1711)Chayim2021-11-301-20/+66
|
* Re-enable pipeline support for JSON and TimeSeries (#1674)Chayim2021-11-091-0/+18
|
* Support for json multipath ($) (#1663)Chayim2021-11-041-2/+2
|
* Improved JSON accuracy (#1666)Chayim2021-11-021-38/+55
|
* redisjson support (#1636)Chayim2021-10-251-0/+197