We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Calling XREAD on Redis 5 returns the stream Id within StreamMessage.getBody()
XREAD
StreamMessage.getBody()
The text was updated successfully, but these errors were encountered:
In Lettuce 6, the stream Id parsing and multi notifications work slightly different and that is why the message id slipped into the message body.
Sorry, something went wrong.
Fix StreamMessage parsing for XREAD #1216
f140277
StreamReadOutput now correctly retains the stream key after parsing a StreamMessage.
f73b810
No branches or pull requests
Calling
XREAD
on Redis 5 returns the stream Id withinStreamMessage.getBody()
The text was updated successfully, but these errors were encountered: