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
chringwer opened DATAREDIS-1244 and commented
While other lexicographical operations on sorted sets like range and reverse are supported, removeRangeByLex is missing on "ReactiveZSetOperations".
The operation is supported at least in Lettuce. Any reason why it should not be available in the Spring Data abstractions?
see: https://redis.io/commands/zremrangebylex
No further details from DATAREDIS-1244
The text was updated successfully, but these errors were encountered:
507a882
Polishing.
febdb82
Reformat code. Tweak Javadoc See #1816. Original pull request: #1968.
christophstrobl
Successfully merging a pull request may close this issue.
chringwer opened DATAREDIS-1244 and commented
While other lexicographical operations on sorted sets like range and reverse are supported, removeRangeByLex is missing on "ReactiveZSetOperations".
The operation is supported at least in Lettuce. Any reason why it should not be available in the Spring Data abstractions?
see: https://redis.io/commands/zremrangebylex
No further details from DATAREDIS-1244
The text was updated successfully, but these errors were encountered: