Which configuration does connection refer to?
Which configuration does connection refer to?
https://laravel.com/docs/5.2/redis, take a look at the manual
In the database.php configuration file:
<code> 'redis' => [ 'cluster' => false, 'default' => [ 'host' => '127.0.0.1', 'port' => 6379, 'database' => 0, ], ],</code>