郑晓宇 6 年 前
コミット
9d2d7780ba
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      config/database.php

+ 1 - 0
config/database.php

@@ -114,6 +114,7 @@ return [
             'port' => env('REDIS_PORT', 6379),
             'database' => 0,
             'read_write_timeout' => 0,//new 
+            'persistent' => true,
         ],
 
     ],