From b2a1c9be530ec325342c64cdbc187461302be398 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 8 Apr 2013 19:48:02 -0500 Subject: [PATCH] Turn on Redis clustering by default. --- app/config/database.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/config/database.php b/app/config/database.php index c154f767..f479bf40 100644 --- a/app/config/database.php +++ b/app/config/database.php @@ -111,6 +111,8 @@ return array( 'redis' => array( + 'cluster' => true, + 'default' => array( 'host' => '127.0.0.1', 'port' => 6379,