Skip to content
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

Update Redis and related #2430

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft

Update Redis and related #2430

wants to merge 4 commits into from

Conversation

mec
Copy link
Collaborator

@mec mec commented Nov 22, 2024

WIP waiting on others work to be merged.

The call to `Redis.current` is deprecated and so we replace it with the
default connection to Redis.
Now that we've cleared the deprecated method call, these two gems can
be updated.

They have to go together because Sidekiq locks to Redis.
@mec mec force-pushed the chore/update-redis-and-related branch 5 times, most recently from 314de46 to 35279b6 Compare November 22, 2024 14:01
We want to run Redis in CI rather than rely on the fake redis gem.

We also want the major version of Redis to match that in production (7)
locally and in CI.
We have Redis locally and in CI so we don't need to fake it.
@mec mec force-pushed the chore/update-redis-and-related branch from 35279b6 to fc342d0 Compare November 22, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant