changed redis client default to phpredis rather than predis
This commit is contained in:
@@ -100,7 +100,7 @@ return [
|
||||
|
||||
'redis' => [
|
||||
|
||||
'client' => 'predis',
|
||||
'client' => env('REDIS_CLIENT', 'phpredis'),
|
||||
|
||||
'default' => [
|
||||
'host' => env('REDIS_HOST', '127.0.0.1'),
|
||||
|
||||
Reference in New Issue
Block a user