-
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 #2373
Conversation
… in the main README (fix redis#2302)
Codecov ReportBase: 95.85% // Head: 95.83% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2373 +/- ##
==========================================
- Coverage 95.85% 95.83% -0.02%
==========================================
Files 451 454 +3
Lines 4247 4515 +268
Branches 475 511 +36
==========================================
+ Hits 4071 4327 +256
- Misses 106 115 +9
- Partials 70 73 +3
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. |
…tests, make sure to close pubsub clients when a node disconnects from the cluster
Co-authored-by: Simon Prickett <simon@redislabs.com>
Co-authored-by: Simon Prickett <simon@redislabs.com>
Co-authored-by: Simon Prickett <simon@redislabs.com>
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
fix #2065 - Cluster + PubSub
fix #1973 -
SSUBSCRIBE
fix #1975 -
SUNSUBSCRIBE
Add
minimizeConnections
configuration for clustersrenamed branch from #2344