mirror of https://github.com/peter4431/rq.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b5fbc3992b
A few things have changed. First of all, there is no separate copy of the argparse-based `rqinfo` anymore. It now fully utilizes the new Click subcommand. In other words: `rqinfo` and `rq info` both invoke the same function under the hood. In order to support this, the main command group now does NOT take a `url` option and initializes the connection. Besides supporting this alias pattern, this change was useful for two more reasons: (1) it allows us to add subcommands that don't need the Redis server running in the future, and (2) it makes the `--url` option an option underneath each subcommand. This avoids command invocations that look like this: $ rq --url <url> info --more --flags And instead allows us to pass the URL to each subcommand where it's deemed necessary: $ rq info --url <url> --more --flags Which is much friendlier to use/remember. |
10 years ago | |
---|---|---|
.. | ||
cli | 10 years ago | |
compat | 11 years ago | |
contrib | 11 years ago | |
scripts | 10 years ago | |
__init__.py | 11 years ago | |
connections.py | 11 years ago | |
decorators.py | 11 years ago | |
dummy.py | 11 years ago | |
exceptions.py | 11 years ago | |
job.py | 11 years ago | |
local.py | 11 years ago | |
logutils.py | 11 years ago | |
queue.py | 10 years ago | |
timeouts.py | 11 years ago | |
utils.py | 10 years ago | |
version.py | 11 years ago | |
worker.py | 10 years ago |