-
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
Adding Javadocs to Jedis 'args' package #3210
Conversation
Codecov ReportBase: 66.90% // Head: 66.86% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3210 +/- ##
============================================
- Coverage 66.90% 66.86% -0.04%
+ Complexity 4546 4543 -3
============================================
Files 248 248
Lines 14738 14742 +4
Branches 916 916
============================================
- Hits 9860 9857 -3
- Misses 4487 4492 +5
- Partials 391 393 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@@ -2,6 +2,9 @@ | |||
|
|||
import redis.clients.jedis.util.SafeEncoder; | |||
|
|||
/** | |||
* The args for the command bitcount |
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.
* The args for the command bitcount | |
* The options for {@code BITCOUNT} command. |
Add doc for jedis