yezhizi opened a new pull request, #3151:
URL: https://github.com/apache/kvrocks/pull/3151
Part of #3048
```
127.0.0.1:6666> ts.create test2 CHUNK_SIZE 3
OK
127.0.0.1:6666> ts.create test3
OK
127.0.0.1:6666> ts.createrule test2 test3 aggregation min 10
OK
127.0.0.1:6666> ts.madd test2 1 1 test2 2 2 test2 3 6 test2 5 7 test2 10 11
test2 11 17
1) (integer) 1
2) (integer) 2
3) (integer) 3
4) (integer) 5
5) (integer) 10
6) (integer) 11
127.0.0.1:6666> ts.madd test2 4 -0.2 test2 12 55 test2 20 65
1) (integer) 4
2) (integer) 12
3) (integer) 20
127.0.0.1:6666> ts.range test3 - +
1) 1) (integer) 0
2) (double) -0.20000000000000001
2) 1) (integer) 10
2) (double) 11
```
--
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]