Skip to content

Migrate Redis data from source to destination

License

Notifications You must be signed in to change notification settings

moredure/migrator

Repository files navigation

Migrator

Maintainability

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:

#!/bin/bash

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

About

Migrate Redis data from source to destination

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published