You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Yangsx-1 I didn't deal with the second part of that bug, as it was a logical error in the code and I wasn't too familiar with the implementation of the stream functions. As for directions, I believe the conflict arises due to how consumer groups are managed for different streams. The problem persists when more streams are added.
@Yangsx-1 I didn't deal with the second part of that bug, as it was a logical error in the code and I wasn't too familiar with the implementation of the stream functions. As for directions, I believe the conflict arises due to how consumer groups are managed for different streams. The problem persists when more streams are added.
Search before asking
Version
unstable commit b8cf118
Minimal reproduce step
What did you expect to see?
The following output comes from Redis:
There are a few notable differences here:
XREADGROUP GROUP
returnsstream1
andstream2
as empty arrays instead of returningnil
for the entire requestXINFO GROUPS stream2
doesn't return a duplicated consumer groupXINFO GROUPS stream2
correctly returnspending = 0
What did you see instead?
XINFO GROUPS
returns duplicated consumer groups, and returns an incorrect value forpending
.Anything Else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: