redis icon indicating copy to clipboard operation
redis copied to clipboard

Suggestion: Use docker-based redis for tests

Open ClaudiuCeia opened this issue 2 years ago • 0 comments

Hi team,

I sent a small PR today and I was confused about not being able to run tests. I eventually figured out that the tests expect docker to be installed locally. I understand why the tests need to be integration tests, but I think it would help if tests could run against a docker-based redis instance (or cluster) to avoid installing and messing with the local install.

Maybe a docker-compose.yml that you just need to docker compose up -d before running the tests, based on the official redis images?

ClaudiuCeia avatar Aug 01 '22 07:08 ClaudiuCeia