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
messages, err := t.client.XRange(ctx, t.streamName, fromSeq, "+ COUNT 1").Result()
Possibility to provide "+ count 1" as stop argument or stop as "+" and option count 1
ERR Invalid stream ID specified as stream command argument
Also, it's impossible to execute as described in xrange documention:
XRANGE writers (1526985685298-0 + COUNT 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Possibility to provide "+ count 1" as stop argument or stop as "+" and option count 1
Current Behavior
ERR Invalid stream ID specified as stream command argument
Also, it's impossible to execute as described in xrange documention:
XRANGE writers (1526985685298-0 + COUNT 2
The text was updated successfully, but these errors were encountered: