stickermule / rump

Hot sync two Redis servers using dumps.
MIT License
491 stars 94 forks source link

Add Support for connecting redis with enabled tls and using auth token. #41

Open lanycrost opened 3 years ago

lanycrost commented 3 years ago

Report

In some cases I need to sync redis where tls is enabled and with auth token. And will be good to have an option to sync redis like this: radix support this option.

rump -from redis://redis-1:6379 -to redis://auth-token-string@redis-2:6379