kvrocks
kvrocks copied to clipboard
fix(stream): use correct end_id in XPENDING command
English / 中文
English
Description
This PR fixes a bug in the XPENDING command where the end_id was incorrectly parsed using the start_id. This issue caused incorrect results when querying pending entries with a specific range.
Fixes #3276
中文
描述
此 PR 修复了 XPENDING 命令中的一个 bug,该 bug 导致在解析 end_id 时错误地使用了 start_id。这个问题会导致在指定范围查询待处理条目时结果不正确。
修复 #3276