Skip to content

very simple script that copies content of one redis server to another

Notifications You must be signed in to change notification settings

becquerel/redis-copy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis-copy

very simple script that copies content of one redis server to another, using predis library

Usage

  • clone repository
  • install PRedis library (run composer install)
  • tweak parameters in the redis-copy.php file (it is set to ignore specific keys)
  • run php redis-copy.php tcp://source.redis:6379 tcp://destination.redis:6379

About

very simple script that copies content of one redis server to another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%