Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Aug 26, 2020
1 parent eef27f4 commit 7255c6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ If running [Redis Sentinel](https://redis.io/topics/sentinel), it may be desirab

## Development

The tests require a variety of real Redis instances to not only verify correctness but also
compatibility with older versions of Redis as well as with Redis-like systems like KeyDB or Tile38.\
The [contrib/docker-compose-for-tests.yml](.contrib/docker-compose-for-tests.yml) file has service definitions for
The tests require a variety of real Redis instances to not only verify correctness of the exporter but also
compatibility with older versions of Redis and with Redis-like systems like KeyDB or Tile38.\
The [contrib/docker-compose-for-tests.yml](./contrib/docker-compose-for-tests.yml) file has service definitions for
everything that's needed.\
You can bring up the Redis test instances first by running `make docker-env-up` and then, every time you want to run the tests, you can run `make docker-test`. This will mount the current directory (with the .go source files) into a docker container and kick off the tests.\
Once you're done testing you can bring down the stack by running `make docker-env-down`.\
Expand Down

0 comments on commit 7255c6b

Please sign in to comment.