yezhizi opened a new issue, #3209: URL: https://github.com/apache/kvrocks/issues/3209
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation In #3048 , we have implemented the core data structure for TimeSeries, with most of the commands already supported. To achieve full compatibility with Redis TimeSeries and enhance the feature set, several commands still need to be implemented: - [ ] TimeSeries: Implement `TS.DELETERULE` command - [ ] TimeSeries: Implement `TS.REVRANGE` command - [ ] TimeSeries: Implement `TS.MREVRANGE` command - [ ] TimeSeries: Implement `TS.QUERYINDEX` command - [ ] TimeSeries: Implement `TS.ALTER` command - [ ] TimeSeries: Support `IGNORE` option when creating timesereies - [ ] TimeSeries: Support `twa` aggregator for downstream timeseries writting ### Solution Proposal: #3044 [Time series data structure](https://kvrocks.apache.org/community/data-structure-on-rocksdb#timeseries) ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
