I'am using Laravel queue.and I set up my .env file as follows.
QUEUE_DRIVER = database
QUEUE_CONNECTION = database
But I get this error.
Please make sure the PHP Redis extension is installed and enabled.
Can anyone explain that and fix this problem and give me the solution. Do I really need redis? Because I do not want to use it.