delano / redis-dump

Redis to JSON and nack again
https://rubygems.org/gems/redis-dump
MIT License
818 stars 123 forks source link

Password contains '/' gives error. #16

Closed YoungjaeKim closed 6 years ago

YoungjaeKim commented 8 years ago

Thanks for the good utility.

When password contains / character, it gives below error.

ERROR (URI::InvalidURIError): the scheme redis does not accept registry part: :Nwb8BFqt0fbP (or bad hostname?)

I want to fix by myself but I'm new to Ruby. sorry.

delano commented 6 years ago

Fixed in 0.4.0. You can now include the password as an argument.

$ redis-dump -u localhost:6379 -a 'some/password'