We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RedisZSetCommands.ZAddArgs#isEmpty()
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
Class: RedisZSetCommands.ZAddArgs. The judgment of flags is reversed
RedisZSetCommands.ZAddArgs.
private final Set<Flag> flags; public boolean isEmpty() { return !flags.isEmpty(); }
The text was updated successfully, but these errors were encountered:
Fix ZAddArgs.isEmpty.
f237016
isEmpty now returns true if empty. Previously, the boolean returns were flipped. Closes #2588
bb57830
1ad01d4
Thanks for letting us know. That's fixed now.
Sorry, something went wrong.
e898159
a3cb205
isEmpty now returns true if empty. Previously, the boolean returns were flipped. Closes spring-projects#2588
mp911de
No branches or pull requests
Class:
RedisZSetCommands.ZAddArgs.
The judgment of flags is reversed
The text was updated successfully, but these errors were encountered: