From 056c4ec4618dc093cb049f443cc9cda1c2a74238 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Fri, 5 Mar 2021 01:42:19 +0530 Subject: [PATCH] Redis do not work.Using database again --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 2704727..314e600 100644 --- a/conf/.env +++ b/conf/.env @@ -104,7 +104,7 @@ CHECK_VERSION=true #. Queue: sync, database, beanstalkd, sqs, redis # If Queue is not set to 'sync', you'll have to set a queue worker # See https://laravel.com/docs/5.7/queues#running-the-queue-worker -CACHE_DRIVER=redis +CACHE_DRIVER=database SESSION_DRIVER=file SESSION_LIFETIME=120 QUEUE_CONNECTION=sync