songxingwei 2 years ago
parent
commit
936d6d09f0
1 changed files with 3 additions and 3 deletions
  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'       => '47.111.246.47',
+        'host'       => '8.142.12.79',
         'port'       => 6379,
-        'password'   => '',
-        'select'     => 9,
+        'password'   => 'szsj',
+        'select'     => 0,
         'timeout'    => 0,
         'expire'     => 0,
         'persistent' => false,