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

Fix tests so they work for Redis 7.0 #1072

Merged
merged 1 commit into from
Jun 26, 2022

Commits on Jun 26, 2022

  1. Fix tests so they work for Redis 7.0

    * Redis >= 7.0.0 disables the `DEBUG` command by default, which we need
      for our unit tests.
    
    * Downgrade to Redis 6.2.x in macOS temporarily
    
      There is a macOS specific TLS error on large payloads when running
      against 7.x.x so temporarily run our tests against 6.2, while we
      investigate the root cause.
    michael-grunder committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    f4b6ed2 View commit details
    Browse the repository at this point in the history