Browse Source

redis密码

lizhen_gitee 3 months ago
parent
commit
08f69ffd49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/config.php

+ 1 - 1
application/config.php

@@ -316,7 +316,7 @@ return [
     'redis'                  => [
         'host'      => '127.0.0.1',
         'port'      => 6379,
-        'redis_pwd' => '',
+        'redis_pwd' => 'huxiu001',
         'redis_selectdb' => 11,
     ],