• michael-grunder's avatar
    Fix tests so they work for Redis 7.0 · f4b6ed28
    michael-grunder authored
    * 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.
    f4b6ed28
test.sh 2.24 KB