Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.22.0 connect doesn't work #18

Closed
rhrn opened this issue Feb 29, 2020 · 5 comments
Closed

v0.22.0 connect doesn't work #18

rhrn opened this issue Feb 29, 2020 · 5 comments
Labels
bug Something isn't working fixed

Comments

@rhrn
Copy link
Contributor

rhrn commented Feb 29, 2020

In v0.21.0 connection works pretty well, with very handy -r redis url connection.

    --help                 output usage information
    -p, --prefix <prefix>  prefix to use for all queue jobs
    -r, --redis <redis>    redis url in format: redis://[:password@]host[:port][/db-number][?option=value]; default redis://localhost:6379

In 0.22.0 connection doesn't work. And -r option is missing.

    --help                 output usage information
    --prefix <prefix>      prefix to use for all queue jobs
    -h, --host <host>      redis host for connection
    -p, --port <port>      redis port for connection
    -d, --db <db>          redis db for connection
    --password <password>  redis password for connection
    -c, --cert <cert>      absolute path to pem certificate if TLS used

Please can you return -r option

@darky
Copy link
Owner

darky commented Feb 29, 2020

Can you please attach 2 commands with fictional credentials:

  1. command with -r, that works
  2. new command in 0.22.0, that you try and it doesn't work

@rhrn
Copy link
Contributor Author

rhrn commented Mar 2, 2020

v0.21.0

BULL-REPL> connect -r redis://service-redis:6379 objects
Connected to redis://service-redis:6379, prefix: bull, queue: objects

v0.22.0

BULL-REPL> connect -h service-redis -p 6379 objects
connect ETIMEDOUT

@juanvillegas
Copy link

juanvillegas commented Mar 2, 2020

Having the same issue, how do you connect to a Redis host in 0.22?

Tried:

BULL-REPL> connect --host 127.0.0.1 --port 6379 JobsQueue
connect ETIMEDOUT

@darky
Copy link
Owner

darky commented Mar 2, 2020

Sorry guys. I fix this case for bull-mq branch, but forgot for master.
Thanks you very much.
0.22.1 is fix

@darky darky closed this as completed Mar 2, 2020
@darky darky added bug Something isn't working fixed labels Mar 2, 2020
@juanvillegas
Copy link

Amazing, thanks to you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

3 participants