Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 259 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 259 Bytes

redis-copier

redis-copier copy all data between two databases.

Installation

$ stack build

Examples

$ stack exec redis-copier -- --src-host 127.0.0.1 --src-port 6379 --src-db 0 --dst-host 127.0.0.1 --dst-port 6389 --dst-db 0