Browse Source

Turn Redis clustering off by default.

Taylor Otwell 11 years ago
parent
commit
0103a698d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/config/database.php

+ 1 - 1
app/config/database.php

@@ -111,7 +111,7 @@ return array(
 
 	'redis' => array(
 
-		'cluster' => true,
+		'cluster' => false,
 
 		'default' => array(
 			'host'     => '127.0.0.1',