Browse Source

Turn on Redis clustering by default.

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

+ 2 - 0
app/config/database.php

@@ -111,6 +111,8 @@ return array(
 
 	'redis' => array(
 
+		'cluster' => true,
+
 		'default' => array(
 			'host'     => '127.0.0.1',
 			'port'     => 6379,