fastio / 1store

NoSQL data store using the SEASTAR framework, compatible with Redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maybe we need the new query result builder for redis commands.

fastio opened this issue · comments

  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.

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.