i18nsite commented on PR #3278:
URL: https://github.com/apache/kvrocks/pull/3278#issuecomment-3592571970

   > redis XREADGROUP 有 CLAIM 的返回值会多出一些,官方文档没写 但是,含义和xpending类似, 
https://redis.io/docs/latest/commands/xpending/
   > 
   > ```
   > > XREADGROUP GROUP send test COUNT 1 BLOCK 1000 CLAIM 1000 STREAMS smtp >
   > 1) 1) "smtp"
   >    2) 1) 1) "1764497928656-0"
   >          2) 1) "key"
   >             2) "value"
   >          3) "287341" // The number of milliseconds that elapsed since the 
last time this message was delivered to this consumer.
   >          4) "22"   // The number of times this message was delivered.
   > ```
   > 
   > 我还需要继续加工下
   
   看起来ai之前的实现没问题,只是补充了几个测试


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