songxingwei il y a 2 ans
Parent
commit
44c55e3b38
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      thinkphp/library/think/cache/driver/Redis.php

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

@@ -23,10 +23,10 @@ use think\cache\Driver;
 class Redis extends Driver
 {
     protected $options = [
-        'host'       => '127.0.0.1',
+        'host'       => '39.107.12.194',
         'port'       => 6379,
-        'password'   => 'hdl2020',
-        'select'     => 1,
+        'password'   => 'jybl',
+        'select'     => 0,
         'timeout'    => 0,
         'expire'     => 0,
         'persistent' => false,