-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Upgrade Redis 3 to 4 #8276
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
Comments
Thanks for opening this issue!
|
@mtrezza Ironically we were just looking at this today as we look to migrate away from Heroku. We had trouble connecting to the Redis instance without TLS (it is on a private network) but it worked fine from outside the network using TLS. We forced Parse Server to utilize the Node Redis driver 4.4.0 and everything worked just fine on Parse Server 5.2.7. I wonder if there is anything that is actually required to make the update for Parse 6? |
Great that you already looked into that. I just fixed a conflict in the PR, so we can see whether the CI passes. If it passes, it still would be good if someone could take a look at the migration guide to see whether there is anything relevant for Parse Server. Not sure how good the Redis test coverage in Parse Server is. For example:
...and indeed, the CI in the PR fails with:
|
🎉 This change has been released in version 6.0.0-alpha.7 |
The label |
Reopening as the Redis Live Query publisher was not updated |
🎉 This change has been released in version 6.0.0-alpha.12 |
🎉 This change has been released in version 6.0.0-beta.1 |
🎉 This change has been released in version 6.0.0 |
New Feature / Enhancement Checklist
Current Limitation
Node Redis dependency should be upgraded form 3 to 4, which includes a breaking change, see migration guide.
Feature / Enhancement Description
Upgrade to Redis 4 with Parse Sever 6 release.
Example Use Case
n/a
Alternatives / Workarounds
n/a
The text was updated successfully, but these errors were encountered: