From 1213e65b8cc0d3751910124fce3d545bf6b43ec4 Mon Sep 17 00:00:00 2001 From: trwnh Date: Tue, 13 Aug 2019 02:33:36 -0500 Subject: [PATCH] Update cache.php --- config/cache.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/cache.php b/config/cache.php index 93190d5bb..f9d09b03f 100644 --- a/config/cache.php +++ b/config/cache.php @@ -73,6 +73,8 @@ return [ 'client' => 'predis', 'default' => [ + 'scheme' => env('REDIS_SCHEME', 'tcp'), + 'path' => env('REDIS_PATH'), 'host' => env('REDIS_HOST', 'localhost'), 'password' => env('REDIS_PASSWORD', null), 'port' => env('REDIS_PORT', 6379),