1store
1store copied to clipboard
Maybe we need the new query result builder for redis commands.
- We should build the redis result directly, instead of building over the `query_result_builder.
- For the lists commands, such as `lrange, 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.