summaryrefslogtreecommitdiff
path: root/redis/commands/search/aggregation.py
Commit message (Collapse)AuthorAgeFilesLines
* Add dialect to ft aggregate (#2537)DvirDukhan2023-01-021-0/+13
| | | | | | | | | * add dialect to aggregate request * added test * format * async test
* Fix - aggregation request arguments for LIMIT (#2393)dvora-h2022-09-291-4/+2
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Aggregation loadall (#1735)Avital Fine2021-12-021-3/+11
| | | Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Remove unused aggregation subclasses (#1754)Avital Fine2021-12-011-77/+27
|
* Pyupgrade + flynt + f-strings (#1759)Aarni Koskela2021-11-301-14/+13
| | | @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.
* Improve code coverage for aggregation tests (#1713)Avital Fine2021-11-251-6/+0
|
* Removing dependency on six (#1676)Chayim2021-11-091-5/+3
|
* Adding support for redisearch (#1640)Chayim2021-10-251-0/+408