From b468c11a33438d40d54888129d5f34d4854b9fd4 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Thu, 4 Mar 2021 23:47:37 +0530 Subject: [PATCH] Added redis to .env file --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 314e600..2704727 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=database +CACHE_DRIVER=redis SESSION_DRIVER=file SESSION_LIFETIME=120 QUEUE_CONNECTION=sync