changed redis client default to phpredis rather than predis

This commit is contained in:
2021-03-30 00:35:06 +09:00
parent b74c513271
commit 7f718555ac

View File

@@ -100,7 +100,7 @@ return [
'redis' => [ 'redis' => [
'client' => 'predis', 'client' => env('REDIS_CLIENT', 'phpredis'),
'default' => [ 'default' => [
'host' => env('REDIS_HOST', '127.0.0.1'), 'host' => env('REDIS_HOST', '127.0.0.1'),