We are happy to accept contributions!
To run the tests locally, ensure you have Docker installed and pull the redis-stack-server image:
docker pull redis/redis-stack-server
Then, start the server:
docker run -p 6379:6379 --rm -e REDIS_ARGS="--requirepass password" redis/redis-stack-server
Now you can run the tests locally:
dart test