I need to run several ft.aggregate and ft.search queries in a row - the first query result is the input of the second one and so on. I would like to limit redis round trips so I thought I might use pipeline for that. I was look at some examples in official docs but nothing about querying can be found. The question is - if I have some set of values being returned for one query - is it possible to pass it in the pipeline to the second query?
↧