lizhen_gitee пре 3 година
родитељ
комит
afa5ebdea3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      thinkphp/library/think/cache/driver/Redis.php

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

@@ -25,7 +25,7 @@ class Redis extends Driver
     protected $options = [
         'host'       => '127.0.0.1',
         'port'       => 6379,
-        'password'   => '123456',
+        'password'   => '',
         'select'     => 0,
         'timeout'    => 0,
         'expire'     => 0,