From 0103a698d7e1de6a9c49f9c55c769fcd90fe0d4c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 1 Nov 2013 14:36:59 -0500 Subject: [PATCH] Turn Redis clustering off by default. --- app/config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/database.php b/app/config/database.php index b7e5a695..e6a32ce4 100644 --- a/app/config/database.php +++ b/app/config/database.php @@ -111,7 +111,7 @@ 'redis' => array( - 'cluster' => true, + 'cluster' => false, 'default' => array( 'host' => '127.0.0.1',