Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moredure authored Mar 5, 2020
1 parent af3a48f commit fd800e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

Script for realtime migration from one redis source to another in Golang. Inspired by RedisLabs https://github.com/RedisLabs/redis-migrate

```bash
git clone https://github.com/mikefaraponov/migrator
go build
mv ./migrator /usr/local/bin/migrator
```

Google Wire https://github.com/google/wire used to simplify dependency management

Just specify ```$REDIS_SOURCE``` and ```$REDIS_DESTINATION``` and the deal will be done.
Expand Down

0 comments on commit fd800e8

Please sign in to comment.