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

[QUESTION] XREADGROUP Can't Read Data, but Xread can read Data? #11410

Open
bain2018 opened this issue Oct 20, 2022 · 2 comments
Open

[QUESTION] XREADGROUP Can't Read Data, but Xread can read Data? #11410

bain2018 opened this issue Oct 20, 2022 · 2 comments
Labels
state:to-be-closed requesting the core team to close the issue

Comments

@bain2018
Copy link

bain2018 commented Oct 20, 2022

version : v5

i create a stream with the command
XGROUP CREATE mystream mygroup $ MKSTREAM
and then i put some data into the stream

next create a consumer:
XGROUP CREATECONSUMER mystream mygroup myconsumer
when i use the
XREADGROUP GROUP mygroup myconsumer COUNT 100 BLOCK 1000 STREAMS mystream >

i can read some data, and ack them , several hours later , there have some data ,i cant read them by XREADGROUP ,but can read use
XREAD COUNT 100 BLOCK 1000 STREAMS mystream - +

i dont known why

@itamarhaber
Copy link
Member

Hello @bain2018

What does XINFO say about the stream and the group?

@madolson madolson added the state:to-be-closed requesting the core team to close the issue label Nov 26, 2022
@madolson
Copy link
Contributor

Marking to be closed because of lack of activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:to-be-closed requesting the core team to close the issue
Projects
None yet
Development

No branches or pull requests

3 participants