Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行该rq info命令,但我想获取远程 redis 机器上的信息。如何指定redis机器的url?
rq info
事实证明这很简单但没有记录:
rq info --url redis://my-server-stage.blah.0001.use1.cache.amazonaws.com:6379 -R
那里的“-R”告诉命令列出所有现有队列的信息。