-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
fix: LiveQueryServer crashes using cacheAdapter on disconnect from Redis 4 server #9615
Merged
mtrezza
merged 2 commits into
parse-community:release-7.x.x
from
Chilldev:fix/redis4-crash-on-server-disconnect-parse-7.x.x
Feb 24, 2025
Merged
fix: LiveQueryServer crashes using cacheAdapter on disconnect from Redis 4 server #9615
mtrezza
merged 2 commits into
parse-community:release-7.x.x
from
Chilldev:fix/redis4-crash-on-server-disconnect-parse-7.x.x
Feb 24, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks for opening this pull request! |
See #9616 (comment) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-7.x.x #9615 +/- ##
=================================================
+ Coverage 93.50% 93.52% +0.02%
=================================================
Files 186 186
Lines 14804 14819 +15
=================================================
+ Hits 13842 13860 +18
+ Misses 962 959 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0769215
into
parse-community:release-7.x.x
29 of 30 checks passed
parseplatformorg
pushed a commit
that referenced
this pull request
Mar 12, 2025
# [7.5.0](7.4.0...7.5.0) (2025-03-12) ### Bug Fixes * LiveQueryServer crashes using cacheAdapter on disconnect from Redis 4 server ([#9615](#9615)) ([0769215](0769215)) * Push adapter not loading on some versions of Node 22 ([#9525](#9525)) ([5447c22](5447c22)) * Security upgrade node from 20.17.0-alpine3.20 to 20.18.2-alpine3.20 ([#9597](#9597)) ([6114cd9](6114cd9)) ### Features * Add support for MongoDB `databaseOptions` keys `minPoolSize`, `connectTimeoutMS`, `socketTimeoutMS`, `autoSelectFamily`, `autoSelectFamilyAttemptTimeout` ([#9577](#9577)) ([20f2071](20f2071))
🎉 This change has been released in version 7.5.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Issue
Closes: #9432
Approach
Add empty handlers to redis client error, connect, reconnecting, ready events.