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
io.lettuce.core.output.NestedMultiOutput does not implement CommandOutput.set(double number)
io.lettuce.core.output.NestedMultiOutput
CommandOutput.set(double number)
PR: #1485
The text was updated successfully, but these errors were encountered:
Care to provide a bit context where that is needed?
Sorry, something went wrong.
RediSearch FT.INFO command returns doubles as part of its array response and it started to break with Lettuce 6.0.0.RELEASE
Thank you.
@jruaux Thanks.
Successfully merging a pull request may close this issue.
Bug Report
Current Behavior
io.lettuce.core.output.NestedMultiOutput
does not implementCommandOutput.set(double number)
Environment
Possible Solution
PR: #1485
The text was updated successfully, but these errors were encountered: