Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 483 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 483 Bytes

Contributing

We are happy to accept contributions!

Developing

Running Tests

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