Skip to content

Latest commit

 

History

History

pika_monitor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README

Install

Modify Makefile: set HIREDIS_INCLUDE option to the location of hiredis head file set HIREDIS_LIB option to the location of hiredis static lib

USAGE:

DESCRIPTION:

  • Redis monitor copy tool: monitor redis server indicated by src_host, src_port, src_auth and send to des server Parameters: -s: source server -d: destination server -v: show more information -h: help Example:
  • ./redis-copy -s [email protected]:6379 -d [email protected]:6379 -v