songxingwei 2 éve
szülő
commit
6cf70b32c5
1 módosított fájl, 1 hozzáadás és 1 törlés
  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'       => '127.0.0.1',
         'port'       => 6379,
         'password'   => 'hdl2022',
-        'select'     => 3,
+        'select'     => 9,
         'timeout'    => 0,
         'expire'     => 0,
         'persistent' => false,