Closed chenlizhao closed 2 years ago
@chenlizhao What do you see when you query from other client, i.e. redis-cli
.
@chenlizhao What do you see when you query from other client, i.e.
redis-cli
.
it is not related with java cilent, sorry for that!
when I use AggregationBuilder r = new AggregationBuilder(q).apply(xxx).filter(yyy).limit(0,10), the totalResults is 9, but the results array is empty, why they are inconsistent?