-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
Fix parameter types and return types #2396
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great.
src/main/java/redis/clients/jedis/commands/BinaryJedisCommands.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #2396 +/- ##
============================================
- Coverage 59.06% 58.76% -0.31%
- Complexity 2132 2137 +5
============================================
Files 97 104 +7
Lines 9996 10059 +63
Branches 477 477
============================================
+ Hits 5904 5911 +7
- Misses 3897 3953 +56
Partials 195 195
Continue to review full report at Codecov.
|
Similar to redis#2396
Resolves #2374
Resolves #2394