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 xautoclaimOpts on an empty stream leads to an exception:
xautoclaimOpts
RedisException {redisExceptionReply = MultiBulk (Just [Bulk (Just "0-0"),MultiBulk (Just [])]),
Debug in redis:
host> XAUTOCLAIM stream group consumer 60000 0-0 1) "0-0" 2) (empty list or set) 3) (empty list or set)
Version of redis: redis_version:7.0.14
The text was updated successfully, but these errors were encountered:
Fixes decoding of the empty result in xautoclaim request
6d04fad
Fixes #217.
qnikst
Successfully merging a pull request may close this issue.
Calling
xautoclaimOpts
on an empty stream leads to an exception:Debug in redis:
Version of redis: redis_version:7.0.14
The text was updated successfully, but these errors were encountered: