1) We should build the redis result directly, instead of building over the query_result_builder. 2) For the lists commands, such aslrange, we do not read all the clustering row of the paritition.
The redis result builder will consume the data provided by flat reader. After the fetching data proccess was compeleted, flush it to the connection directly.
1) We should build the redis result directly, instead of building over the
query_result_builder. 2) For the lists commands, such as
lrange, we do not read all the clustering row of the paritition.