Skip to content

CatKang/redis-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Introduction

A tool to transfer data for redis from one to another, it also support any redis-like nosql like pika. The transfor progress is based on redis aof file, which simply read the aof and batch send to the destination peer.

Feature

  • Continuously read new content of aof as 'tail -f'
  • Read response and keep statistics
  • More efficiency

Usage

make
cd output/bin && ./redis-trans -h # for more information

About

Tool for transfer redis data from one to another based on the aof.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published