delano / redis-dump

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

Password access #2

Closed drax68 closed 12 years ago

drax68 commented 12 years ago

Hi, is this possible to add password access option for redis-dump?

delano commented 12 years ago

Yes, you specify the password in the redis URI like this:

$ redis-dump -u redis://blank:PASSWORD@localhost:6379
drax68 commented 12 years ago

Cool, thanks!