-
Notifications
You must be signed in to change notification settings - Fork 698
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
ERR The ID specified in XADD is equal or smaller than the target stream top item #814
Comments
Could you check if there are any |
|
my bad, I did not read your question carefully. XADD operations are only performed on the source Redis, not destination. I found that you create Redis Stream with "0-1" #808. I wonder if that is causing this issue. |
I am first performing XREAD command with "0-0" and then XADD uses appended ID "0-1" (not set by default) Sometimes XADD happens before XREAD |
I can't think of a reason for now. |
So I went ahead and deleted the stream from src and dest, restarted RedisShake and error changed:
before: after: |
Try using the |
Thank you, that's a good temporary fix |
Issue Description
RedisShake errors out whenever it receives XADD command
Environment
Logs
The text was updated successfully, but these errors were encountered: