RX Xiao

Results 9 issues of RX Xiao

## Description The script currently stops all Docker containers `(docker stop $(docker ps -a -q))`, which might unintentionally disrupt other services. ## Suggestion To make this safer, could we consider...

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation When using `TS.RANGE/TS.MRANGE` for range queries, it supports specifying `twa` (time-weighted...

help wanted

### 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...

enhancement

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation When using `TS.GET/TS.RANGE` to query a compacted time series, the `LATEST`...

enhancement
help wanted

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation When creating a time series, the `[IGNORE ignoreMaxTimedestampDiff ignoreMaxValDiff]` options can...

help wanted

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation We should implement `TS.DELETERULE` command. Redis command reference: https://redis.io/docs/latest/commands/ts.deleterule/ ### Solution...

help wanted
good first issue

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation Note: It is recommended to complete #3217 first. When using `TS.CREATERULE`...

help wanted

### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Motivation Part of [OSPP 2025](https://summer-ospp.ac.cn/org/prodetail/259430064?lang=zh&list=pro). This task is to implement the time...

enhancement

``` 127.0.0.1:6379> ts.create test1 OK 127.0.0.1:6379> ts.madd test1 15 15 test1 16 16 test1 17 17 1) (integer) 15 2) (integer) 16 3) (integer) 17 127.0.0.1:6379> ts.range test1 - +...

bug