From 45b779f807b4bff3016d944f0e52c115f4c54d07 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 12 Dec 2016 16:05:32 -0600 Subject: [PATCH] cluster option not needed anymore --- config/database.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/database.php b/config/database.php index aa56f455..4562ebcc 100644 --- a/config/database.php +++ b/config/database.php @@ -109,8 +109,6 @@ 'client' => 'predis', - 'cluster' => false, - 'default' => [ 'host' => env('REDIS_HOST', 'localhost'), 'password' => env('REDIS_PASSWORD', null),