pnxtech/hydra

redis url does not work

Closed this issue · 2 comments

k33g commented

Hello,

With fwsp-hydra-express I can set the url of redis like this

    "redis": {
      "url": "redis://:mypasswd@www.somewhere.com",
      "port": 3046,
      "db": 15
    }

and it's ok

but with the fwsp-hydra it's impossible to connect to the redis db

Hi @k33g, are you using the latest version of fwsp-hydra? Do you get any error message? I'm unable to reproduce in this in hydra 0.14.3.

k33g commented

Hi @emadum you're right, I tried with hydra 0.14.3. and 0.14.4 and it's ok (I used an old project)
sorry for that and thank you for the answer