如何从 php 中的 Celery Redis 后端获取结果?

How to get result from Celery Redis Backend in php?

php 中 celery 唯一可用的库是 gjedeer/celery-php,它不支持将 redis 作为后端。 https://github.com/gjedeer/celery-php/issues/9

你想在 php 中取得结果吗?

我认为您误读了工单:该项目在 2013 年不支持 redis,但在 2014 年增加了支持 (comment)。您喜欢的 repo 中的主要自述文件也有关于如何连接到 redis 的示例。