summaryrefslogtreecommitdiff
path: root/redis/commands/timeseries
Commit message (Collapse)AuthorAgeFilesLines
* Add support for TIMESERIES 1.8 (#2296)dvora-h2022-07-242-279/+407
| | | | | | | | | | | | | | | * Add support for timeseries 1.8 * fix info * linters * linters * fix info test * type hints * linters
* 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
* Add support for JSON, TIMESERIES, BLOOM & GRAPH commands in cluster (#2032)dvora-h2022-03-061-7/+24
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Fix naming conventions (#1872)dvora-h2022-02-021-50/+50
| | | | | * fix naming convention * fix worng changes
* Added black and isort (#1734)Anas2021-11-304-42/+17
|
* Link Documents for all module commands (#1711)Chayim2021-11-301-27/+35
|
* 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.
* Splitting documentation for read the docs (#1743)Chayim2021-11-251-30/+30
|
* Unit tests fixes for compatibility (#1703)Chayim2021-11-141-2/+1
|
* Re-enable pipeline support for JSON and TimeSeries (#1674)Chayim2021-11-091-8/+33
|
* redis timeseries support (#1652)Chayim2021-10-284-0/+967