fastio / 1store

NoSQL data store using the SEASTAR framework, compatible with Redis
GNU Affero General Public License v3.0
1.32k stars 170 forks source link

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

Open fastio opened 5 years ago

fastio commented 5 years ago

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.

fastio commented 5 years ago

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.