pnxtech / hydra-cli

Hydra Command Line Client
MIT License
12 stars 9 forks source link

redis password #36

Closed sibiar600 closed 6 years ago

sibiar600 commented 6 years ago

Is there a way to use hydra-cli with a Redis server that is password protected?

cjus commented 6 years ago

@pascualjames You should be able to use: redis://user:secret@localhost:6379/0

sibiar600 commented 6 years ago

Thanks @cjus