i18nsite commented on PR #3278: URL: https://github.com/apache/kvrocks/pull/3278#issuecomment-3592495053
redis 有 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. ``` 我还需要继续加工下 -- 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]
