-
Notifications
You must be signed in to change notification settings - Fork 32
🎨Maintenance: make redis client use the client name to ease debugging #6700
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
🎨Maintenance: make redis client use the client name to ease debugging #6700
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6700 +/- ##
==========================================
+ Coverage 87.10% 87.65% +0.54%
==========================================
Files 1569 1225 -344
Lines 63153 53338 -9815
Branches 2116 977 -1139
==========================================
- Hits 55011 46752 -8259
+ Misses 7817 6402 -1415
+ Partials 325 184 -141
Continue to review full report in Codecov by Sentry.
|
GitHK
left a comment
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.
very nice thanks
9033f31 to
5114dec
Compare
pcrespov
left a comment
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.
thx
5114dec to
e1e4390
Compare
bisgaard-itis
left a comment
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.
Very nice! Thanks a lot for the effort!
af05ded to
d5c0613
Compare
d5c0613 to
087d09e
Compare
|


What do these changes do?
client listin the console and see information about the connected clientsRelated issue/s
How to test
Dev-ops checklist