-
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
Extend CLIENT SETINFO support #3509
Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #3509 +/- ##
============================================
+ Coverage 71.21% 71.22% +0.01%
- Complexity 4763 4769 +6
============================================
Files 277 277
Lines 14999 15024 +25
Branches 1057 1060 +3
============================================
+ Hits 10681 10701 +20
- Misses 3853 3858 +5
Partials 465 465
☔ View full report in Codecov by Sentry. |
return false; | ||
} | ||
|
||
default String libNameSuffix() { |
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.
Please document here the requirements for the libNameSuffix:
" " < c && c != "(" && c != ")" && c < "~"
@uglide @yangbodong22011 ping |
* Extend CLIENT SETINFO support * Modify JedisMetaInfo * Fix custom lib name and ver * Remove version suffix * Separate ClientSetInfoConfig * Address braces * Rename method to isDisabled
No description provided.