Skip to content

Commit

Permalink
Refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
moredure committed Feb 1, 2019
1 parent 341b8c7 commit e0292c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Just specify ```$REDIS_SOURCE``` and ```$REDIS_DESTINATION``` and the deal will
To use this tool
Use docker:

```bash
```shell
#!/bin/bash

docker run -it --rm \
-e REDIS_SOURCE=redis://localhost:6379 \
-e REDIS_DESTINATION=redis://localhost:6380 \
Expand Down

0 comments on commit e0292c1

Please sign in to comment.