Skip to content

Ruby tool useful for AWS Elasticache Redis key migrations

Notifications You must be signed in to change notification settings

michaelcurran/aws-redis-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

AWS Redis Migration

Overview

arm copies over the keys from an AWS Elasticache Redis cluster to another, monitoring for any key updates and keeping the keys updated from the source to the destination until the script is stopped. This is mainly useful where commands like SLAVEOF are not permitted and can be useful with "live" migration situations.

Install

gem install redis

Usage

On standard ports:

./arm.rb source_host destination_host

To change the ports:

./arm.rb source_host source_port destination_host destination_port

About

Ruby tool useful for AWS Elasticache Redis key migrations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages