gpt4 book ai didi

python - 如何将 Python RQ worker 连接到 unix 套接字上的 redis 服务器?

转载 作者:可可西里 更新时间:2023-11-01 11:15:19 26 4
gpt4 key购买 nike

我正在尝试将 RQ worker 连接到 Unix 域套接字上的 Redis 服务器。

我试过以下方法

$ rq worker --url '/path/to/redis.sock'
Error 111 connecting to None:6379. Connection refused.

$ rq worker --url 'redis:///path/to/redis.sock'
Error 111 connecting to None:6379. Connection refused.

$ rq worker --url 'redis+socket:///path/to/redis.sock'
Error 111 connecting to None:6379. Connection refused.

在更改日志的版本中提到了 --socket 标志 https://github.com/rq/rq/blob/995492878df5f6b7a32614a6050af0f3a4033e2c/CHANGES.md但这似乎不起作用。

$ rq worker --socket --url '/path/to/redis.sock'
Error: no such option: --socket

最佳答案

从 RQ 连接到 unix 套接字上的 Redis 服务器的正确 URL 语法是 unix:///path/to/redis.sock

$ rq worker --url unix:///path/to/redis.sock
...

关于python - 如何将 Python RQ worker 连接到 unix 套接字上的 redis 服务器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50574801/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com