Browse Source

change default client to phpredis

trwnh 4 years ago
parent
commit
aa99784fed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/database.php

+ 1 - 1
config/database.php

@@ -106,7 +106,7 @@ return [
 
     'redis' => [
 
-        'client' => env('REDIS_CLIENT', 'predis'),
+        'client' => env('REDIS_CLIENT', 'phpredis'),
 
         'default' => [
             'scheme'   => env('REDIS_SCHEME', 'tcp'),