Browse Source

cluster option not needed anymore

Taylor Otwell 7 years ago
parent
commit
45b779f807
1 changed files with 0 additions and 2 deletions
  1. 0 2
      config/database.php

+ 0 - 2
config/database.php

@@ -109,8 +109,6 @@ return [
 
         'client' => 'predis',
 
-        'cluster' => false,
-
         'default' => [
             'host' => env('REDIS_HOST', 'localhost'),
             'password' => env('REDIS_PASSWORD', null),