summaryrefslogtreecommitdiff
path: root/redis/commands/json
Commit message (Collapse)AuthorAgeFilesLines
* support JSON.MERGE CommandshacharPash2023-05-142-0/+23
|
* 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.
* update black to 22.3.0 (#2171)Utkarsh Gupta2022-05-301-5/+1
|
* Fix Missing ClusterPipeline Lock (#2190)Greg Melton2022-05-301-0/+1
| | | | | | | | | | | * ClusterPipeline needs to initialize self._lock, otherwise a class instance will fail when calling get_redis_connection on the node * fix bad lint picked up from master * added change to CHANGES file * force ci build again * force ci build again
* Fix modules links to https://redis.io/commands/ (#2185)Avital Fine2022-05-171-24/+23
|
* Add support for JSON, TIMESERIES, BLOOM & GRAPH commands in cluster (#2032)dvora-h2022-03-061-6/+24
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Add type hints for JSON commands (#1921)dvora-h2022-02-062-24/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-022-15/+15
| | | | | * 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-303-28/+27
|
* Link Documents for all module commands (#1711)Chayim2021-11-301-20/+66
|
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-1/+1
| | | @akx Thank you so much for this! Thanks again for introducing me to a new tool that I'm sliding into my workflow as well.
* Re-enable pipeline support for JSON and TimeSeries (#1674)Chayim2021-11-092-0/+45
|
* Support for json multipath ($) (#1663)Chayim2021-11-044-55/+84
|
* Improved JSON accuracy (#1666)Chayim2021-11-024-48/+76
|
* redis timeseries support (#1652)Chayim2021-10-281-4/+0
|
* Exposing the module version in loaded_modules (#1648)Chayim2021-10-261-0/+2
| | | | 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.
* redisjson support (#1636)Chayim2021-10-254-0/+327