PragmaTwice commented on code in PR #3164: URL: https://github.com/apache/kvrocks/pull/3164#discussion_r2328646729
########## src/commands/cmd_timeseries.cc: ########## @@ -784,12 +793,255 @@ class CommandTSGet : public CommandTSAggregatorBase { std::string user_key_; }; +class CommandTSMGetBase : public CommandTSAggregatorBase { + public: + using FilterOption = TSMGetOption::FilterOption; + + class TSMRangeFilterParser { Review Comment: Should we move it to redis_timeseries.h so that we can add some unit tests for it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@kvrocks.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org