Port relocations off defaults for testing by NickCraver · Pull Request #1557 · StackExchange/StackExchange.Redis

added 3 commits

August 22, 2020 10:05
We're getting conflicts with other use cases locally  and want to move off the default ports for test instances. This (hopefully) does that correctly.

Note, docker bits need to be re-initialized locally to clear state:
```
cd /tests/RedisConfigs
docker-compose down
docker-compose up --build --force-recreate --no-deps redis
```

@NickCraver NickCraver changed the base branch from main to craver/test-cleanup

August 22, 2020 17:04

@mgravell mgravell marked this pull request as ready for review

August 24, 2020 13:15

mgravell