Okay, solved it.. I might create a pull request for it tomorrow:
'options' => [ 'connections' => [ 'tcp' => 'Predis\Connection\PhpiredisStreamConnection', // PHP streams 'unix' => 'Predis\Connection\PhpiredisSocketConnection', // ext-socket ], ]
I added the options array to "config/database.php" (the 'redis' array).
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community