I'm running tests locally with go test -redis_addr ${REDIS_HOST}:${REDIS_PORT} -v -race -cover ./... because my machine is configured with isolated Redis instances per project.
Most tests are attempting to connect to the Redis address specified by flags, but not all
Changes
Update a bunch of tests to connect to Redis as specified by -redis_addr
Context
I'm running tests locally with
go test -redis_addr ${REDIS_HOST}:${REDIS_PORT} -v -race -cover ./...
because my machine is configured with isolated Redis instances per project.Most tests are attempting to connect to the Redis address specified by flags, but not all
Changes
-redis_addr