summaryrefslogtreecommitdiff
path: root/redis/commands/json/commands.py
Commit message (Collapse)AuthorAgeFilesLines
* support JSON.MERGE Command (#2761)HEADmastershacharPash2023-05-161-0/+22
| | | | | | | | | | | | | | | | | * support JSON.MERGE Command * linters * try with abc instead person * change @skip_ifmodversion_lt to latest ReJSON 2.4.7 * change version * fix test * linters * add async test
* update json().arrindex() default values (#2611)Alex Schmitz2023-03-151-5/+9
| | | | | | | | | | | | | | | | | * update json().arrindex() default values * add unit test * fix falsy checks * more unit tests * add asyncio tests * fix lint line length --------- Co-authored-by: Alex Schmitz <aschmitz@box.com>
* Remove `deprecated` dependency (#2386)Aarni Koskela2022-10-301-6/+5
| | | No need for an external library just for 5 annotations.
* 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