-
Notifications
You must be signed in to change notification settings - Fork 123
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
feat(pubsub): Add shared context among Redis instances #1110
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fantastic! Let's roll it out! 🥳
I'll release this as soon as the tests pass, and change the commit to use |
Just did a local checkout to run the test suite, and I'm getting the same failing tests as https://github.com/stipsan/ioredis-mock/runs/4892890568?check_suite_focus=true#step:4:11167 @fersilva16 are you able to run through the test suite? |
No, my tests are failing too, I'm implemented the shared expires/data and it fixes almost all broken tests, but I'm still working on the rest of the tests, some of them need a refactor. |
Alright, let us know if there's anything we can do to help |
Now the tests should pass. And should I rebase the commits to one commit only? |
Awesome! 🥳 Rebase or not is entirely up to you, as all PRs are squash & merged anyways 😌 |
I think it's done now! 🥳🎉 |
Thank you so much @fersilva16! 🥳 this is fantastic, and I know a lot of people have been waiting for this! (Especially @sibelius) 😄 |
The error on the CI seems to be related to an error I saw on an another PR earlier today: #1106 (comment) |
it is happening |
Fixed! |
🎉 This PR is included in version 5.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I'm continuing the #997.
Closes #997 and #773