-
Notifications
You must be signed in to change notification settings - Fork 189
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
Removed ioredis/ioredis-mock, added Redis from Satellite instead #2615
Conversation
e2973bd
to
2efe8e0
Compare
This PR is to change to use |
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 PR is to change to use Redis
from satellite
instead of using ioredis/ioredis-mock
. This change works.
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.
It looks good to me
Do you want me to change the PR name to be clearer? |
I think it's good. |
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.
Looks good, just a small tweak and it'll be good
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.
Read the comments, just remember to rebase and pick up changes!
2efe8e0
to
31d2698
Compare
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 changing way more than it should be. Can you rebase to get the pinned pnpm versions?
Right, I notice that it changes a lot, I'll try rebasing again to get the pinned versions |
31d2698
to
b8adfd8
Compare
b8adfd8
to
2c3f09b
Compare
2c3f09b
to
3ab1ab9
Compare
344fc98
to
05fce75
Compare
05fce75
to
6d9cc6b
Compare
Use satellite |
…ead (Seneca-CDOT#2615)" This reverts commit 0ddaa15.
Issue This PR Addresses
This fixes #2574
Type of Change
Description
backend/lib/redis.js
to useRedis
fromsatellite
instead ofioredis/ioredis-mock
package.json
How was this tested?
pnpm services:start
pnpm start
Checklist