简体   繁体   English

消费者:无法连接到 redis://localhost:6379//:连接到 127.0.0.1:6379 时出现错误 61。 连接被拒绝

[英]consumer: Cannot connect to redis://localhost:6379//: Error 61 connecting to 127.0.0.1:6379. Connection refused

I'm trying to get celery up and running on Heroku as per the woeful instructions here我正在尝试按照此处的糟糕指示在 Heroku 上启动并运行 celery

whenever i try to run "heroku local"每当我尝试运行“heroku local”

it gives me the error:它给了我错误:

consumer: Cannot connect to redis://localhost:6379//: Error 61 connecting to 127.0.0.1:6379.         
Connection refused..

any help is much appreciated.任何帮助深表感谢。

you have to run the server你必须运行服务器

$ redis-server

this work for me这对我有用

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法连接到 redis://localhost:6379/0:连接到 localhost:6379 时出现错误 111。 拒绝连接 - Cannot connect to redis://localhost:6379/0: Error 111 connecting to localhost:6379. Connection refused docker-compose + django + redis-错误111连接到127.0.0.1:6379。 拒绝连接 - docker-compose + django + redis - Error 111 connecting to 127.0.0.1:6379. Connection refused Docker 上的 Redis:连接到 0.0.0.0:6379 时出现错误 111。 拒绝连接 - Redis on Docker: Error 111 connecting to 0.0.0.0:6379. Connection refused redis正在运行,但我得到“错误111连接到localhost:6379。 拒绝连接” - redis is running but I'm getting “Error 111 connecting to localhost:6379. Connection refused” OperationalError,连接到 127.0.0.1:6379 的错误 111。 拒绝连接。 在 heroku 中部署后 - OperationalError, Error 111 connecting to 127.0.0.1:6379. Connection refused. After deploying in heroku 连接到 localhost:6379 时出现错误 111。 连接被拒绝。 姜戈赫鲁库 - Error 111 connecting to localhost:6379. Connection refused. Django Heroku 引发 ConnectionError(self._error_message(e)) kombu.exceptions.OperationalError:连接到 localhost:6379 的错误 111。 拒绝连接 - raise ConnectionError(self._error_message(e)) kombu.exceptions.OperationalError: Error 111 connecting to localhost:6379. Connection refused redis.exceptions.ConnectionError:连接到 localhost:6379 时出现错误 97。 协议不支持的地址族 - redis.exceptions.ConnectionError: Error 97 connecting to localhost:6379. Address family not supported by protocol 消费者:无法连接到 amqp://guest:**@127.0.0.1:5672//:[Errno 61] 连接被拒绝 - consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 61] Connection refused Docker [Errno 111] 连接调用失败 ('127.0.0.1', 6379) - Docker [Errno 111] Connect call failed ('127.0.0.1', 6379)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM