`ERR Syntax error, try CLIENT (LIST | KILL ip:port)` redis 服务器错误

`ERR Syntax error, try CLIENT (LIST | KILL ip:port)` redis server error

ERR Syntax error, try CLIENT (LIST | KILL ip:port) 当 运行 一个活跃的工作时出现错误,我尝试了几种解决方案但仍然出现相同的错误。

controller.rb

AutoMailerJob.set(wait_until: 1.minute).perform_later(project)

gemfile

gem 'sidekiq'

我试过像this一样将redis从v4降级到v3.3.3的版本,但仍然是同样的错误。 有人知道吗?

Sidekiq 的最新版本是 5.2.7。请升级。