yezhizi opened a new pull request, #3167:
URL: https://github.com/apache/kvrocks/pull/3167

   Part of #3048 
   
   ```
   127.0.0.1:6666> TS.MADD stock:A 1000 100 stock:A 1010 110 stock:A 1020 120
   127.0.0.1:6666> TS.MADD stock:B 1000 120 stock:B 1010 110 stock:B 1020 100
   127.0.0.1:6666> TS.MRANGE - + WITHLABELS FILTER type=stock GROUPBY type 
REDUCE max
   1) 1) "type=stock"
      2) 1) 1) "type"
            2) "stock"
         2) 1) "__reducer__"
            2) "max"
         3) 1) "__source__"
            2) "stock:A,stock:B"
      3) 1) 1) (integer) 1000
            2) (double) 120
         2) 1) (integer) 1010
            2) (double) 110
         3) 1) (integer) 1020
            2) (double) 120
   ```


-- 
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]

Reply via email to