wupengfei 2 năm trước cách đây
mục cha
commit
7d34c56f0d

+ 1 - 1
addons/shopro/library/Redis.php

@@ -11,7 +11,7 @@ class Redis
     protected $options = [
         'host'       => '127.0.0.1',
         'port'       => 6379,
-        'password'   => '',
+        'password'   => 'hdl2022',
         'select'     => 0,
         'timeout'    => 0,
         'expire'     => 0,

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

@@ -25,12 +25,12 @@ class Redis extends Driver
     protected $options = [
         'host'       => '127.0.0.1',
         'port'       => 6379,
-        'password'   => '',
+        'password'   => 'hdl2022',
         'select'     => 0,
         'timeout'    => 0,
         'expire'     => 0,
         'persistent' => false,
-        'prefix'     => '',
+        'prefix'     => 'jifen',
     ];
 
     /**