0
All steps in the Laravel documentation have been followed and reviewed.
After all configured, when trying to create a job the following error is logged:
local.ERROR: Call to undefined method Laravel\Horizon\RedisQueue::enqueueUsing() {"userId":2,"exception":"[object] (Error(code: 0): Call to undefined method Laravel\\Horizon\\RedisQueue::enqueueUsing() at /application/vendor/laravel/horizon/src/RedisQueue.php:44)
Note: the command php Artisan Horizon Laravel creates in redis some fields, so I guess it’s not a connection error to redis. I changed from mysql to redis.