Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 447 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 447 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