Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 273 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 273 Bytes

redis migrate

Util to migrate all keys from one redis database to another.

Usage of redis-migrate:
  -count int
    	redis scan 'count' (default 100)
  -destination string
    	destination redis connection URL
  -source string
    	source redis connection URL