-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
RESP 3 feature documentation #2872
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
❗ 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 #2872 +/- ##
===========================================
- Coverage 90.97% 77.32% -13.65%
===========================================
Files 126 126
Lines 32178 32178
===========================================
- Hits 29273 24881 -4392
- Misses 2905 7297 +4392 ☔ View full report in Codecov by Sentry. |
As part of the 5.0 release, we need to add some more documentation surrounding RESP 3. This pull requests introduces more connection examples, and fixes some broken ones. Along the way a base example for sharded pubsub and push notifications are included.
Further, in order to make it possible to catch some of our sillier documentation mistakes, such as spelling - I've included CI for spellchecking our documentation.