wupengfei 2 年之前
父節點
當前提交
3d065f6dd1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      thinkphp/library/think/cache/driver/Redis.php

+ 1 - 1
thinkphp/library/think/cache/driver/Redis.php

@@ -26,7 +26,7 @@ class Redis extends Driver
         'host'       => '120.79.86.50',
         'port'       => 6379,
         'password'   => '',
-        'select'     => 0,
+        'select'     => 13,
         'timeout'    => 0,
         'expire'     => 0,
         'persistent' => false,