Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Key range of XREAD/XREADGROUP is not correct #2625

Closed
1 of 2 tasks
PragmaTwice opened this issue Oct 26, 2024 · 2 comments · Fixed by #2657
Closed
1 of 2 tasks

Key range of XREAD/XREADGROUP is not correct #2625

PragmaTwice opened this issue Oct 26, 2024 · 2 comments · Fixed by #2657
Assignees
Labels
bug type bug good first issue Good for newcomers

Comments

@PragmaTwice
Copy link
Member

Search before asking

  • I had searched in the issues and found no similar issues.

Version

unstable

Minimal reproduce step

MakeCmdAttr<CommandXRead>("xread", -4, "read-only", NO_KEY),
MakeCmdAttr<CommandXReadGroup>("xreadgroup", -7, "write", NO_KEY),

We need to define a KeyRangeGen function to make it produce correct key range.

What did you expect to see?

--

What did you see instead?

--

Anything Else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@PragmaTwice PragmaTwice added bug type bug good first issue Good for newcomers labels Oct 26, 2024
@LindaSummer
Copy link
Contributor

Hi @PragmaTwice ,

I want to follow up on this issue.

Could it be assigned to me? 😊

Best Regards,
Edward

@PragmaTwice
Copy link
Member Author

Sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug type bug good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants