Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moredure authored Feb 14, 2020
1 parent 8865508 commit c297803
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
# Migrator
[![Maintainability](https://api.codeclimate.com/v1/badges/4cd409c1b35085e147af/maintainability)](https://codeclimate.com/github/microredis/migrator/maintainability) [![Build Status](https://travis-ci.org/microredis/migrator.svg?branch=master)](https://travis-ci.org/microredis/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:

```shell
#!/bin/bash

docker run -it --rm \
-e REDIS_SOURCE=redis://localhost:6379 \
-e REDIS_DESTINATION=redis://localhost:6380 \
microredis/migrator
```

0 comments on commit c297803

Please sign in to comment.