songxingwei před 2 roky
rodič
revize
6cf70b32c5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,