summaryrefslogtreecommitdiff
path: root/redis/commands/json/commands.py
Commit message (Expand)AuthorAgeFilesLines
* support JSON.MERGE Command (#2761)HEADmastershacharPash2023-05-161-0/+22
* update json().arrindex() default values (#2611)Alex Schmitz2023-03-151-5/+9
* Remove `deprecated` dependency (#2386)Aarni Koskela2022-10-301-6/+5
* 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
* Fix naming conventions (#1872)dvora-h2022-02-021-14/+14
* 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