redis-py
redis-py copied to clipboard
Use standard Redis docker image in CI
Adapt the tests to use the standard Redis docker image where possible, instead of using the Redis Stack image in all places. This way we can run the CI, at least in theory, against different versions of Redis and Redis Stack dockers.
LGTM