Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/microredis/migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
moredure committed Feb 3, 2019
2 parents 6863160 + 5f19d5c commit 4c13125
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: go
go:
- 1.11.x
env:
- GO111MODULE=on
script:
- go test ./...
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Migrator
[![Maintainability](https://api.codeclimate.com/v1/badges/4cd409c1b35085e147af/maintainability)](https://codeclimate.com/github/microredis/migrator/maintainability)
[![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.
Expand Down

0 comments on commit 4c13125

Please sign in to comment.