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

Merged
merged 4 commits into from
Nov 27, 2024
Merged

Update Redis and related #2430

merged 4 commits into from
Nov 27, 2024

Commits on Nov 27, 2024

  1. Update Rollout config

    The call to `Redis.current` is deprecated and so we replace it with the
    default connection to Redis.
    mec committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a9838a1 View commit details
    Browse the repository at this point in the history
  2. Update Redis and Sidekiq

    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 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6d7fd0b View commit details
    Browse the repository at this point in the history
  3. Update compose Redis

    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.
    mec committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a7e7c8c View commit details
    Browse the repository at this point in the history
  4. Stop using Fake Redis gem

    We have Redis locally and in CI so we don't need to fake it.
    mec committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6d02f70 View commit details
    Browse the repository at this point in the history