summaryrefslogtreecommitdiff
path: root/redis/commands/timeseries
Commit message (Collapse)AuthorAgeFilesLines
* Cherry-pick for 4.3.5 (#2468)dvora-h2022-11-212-279/+407
| | | | | | | | | | | | | | | | | | | | 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 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