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 @@ 'redis' => array( + 'cluster' => true, + 'default' => array( 'host' => '127.0.0.1', 'port' => 6379,