zhangguidong 2 years ago
parent
commit
ef3fd55bbf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      thinkphp/library/think/cache/driver/Redis.php

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

@@ -23,9 +23,9 @@ use think\cache\Driver;
 class Redis extends Driver
 {
     protected $options = [
-        'host'       => '120.27.21.5',
+        'host'       => '127.0.0.1',
         'port'       => 6379,
-        'password'   => 'topyishu',
+        'password'   => '',
         'select'     => 3,
         'timeout'    => 0,
         'expire'     => 0,