Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Faraponov authored Jan 23, 2019
1 parent b4a9d59 commit 752eb2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Migrator
Script for realtime migration from one redis source to another.
Just specify ```$REDIS_SOURCE``` and ```$REDIS_DESTINATION``` and the deal will be done.

To use this tool
Use docker:
```
docker run -it --rm \
-e REDIS_SOURCE=redis://localhost:6379 \
-e REDIS_DESTINATION=redis://localhost:6380 \
microredis/migrator
```

0 comments on commit 752eb2a

Please sign in to comment.