Files
2024-08-19 16:53:10 -05:00

483 B

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