ERR Syntax error, try CLIENT (LIST | KILL ip:port)
error shows up when running an active job, I have tried several solutions but still getting the same error.
controller.rb
AutoMailerJob.set(wait_until: 1.minute).perform_later(project)
gemfile
gem 'sidekiq'
i have tried the version downgrading the redis from v4 to v3.3.3 like this but still the same error. Any one have any idea?