-
Notifications
You must be signed in to change notification settings - Fork 1.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
Add support for sharded PubSub #2344
Conversation
Codecov ReportBase: 95.85% // Head: 96.09% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2344 +/- ##
==========================================
+ Coverage 95.85% 96.09% +0.23%
==========================================
Files 449 452 +3
Lines 4224 4300 +76
Branches 471 472 +1
==========================================
+ Hits 4049 4132 +83
+ Misses 107 102 -5
+ Partials 68 66 -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. |
… in the main README (fix redis#2302)
Refactor PubSub
fix #2354 - Add support for sharded PubSub
fix #1968 -
PUBSUB SHARDCHANNELS
commandfix #2345 ref #2321 -
PING
in PubSub modefix #2302 - error listener note in the main README
Add
minimizeConnections
configuration for clusters