[0] RedisException in Redis.php line 60

ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?

  1. if (!empty($password)) $this->options['password'] = $password;
  2. $this->handler = new \Redis;
  3. if ($this->options['persistent']) {
  4. $this->handler->pconnect($this->options['host'], $this->options['port'], $this->options['timeout'], 'persistent_id_' . $this->options['select']);
  5. } else {
  6. $this->handler->connect($this->options['host'], $this->options['port'], $this->options['timeout']);
  7. }
  8. if ('' != $this->options['password']) {
  9. $this->handler->auth($this->options['password']);
  10. }
  11. if (0 != $this->options['select']) {
  12. $this->handler->select($this->options['select']);
  13. }
  14. }
  15. /**
  16. * 判断缓存

Call Stack

  1. in Redis.php line 60
  2. at Redis->auth('123456') in Redis.php line 60
  3. at Redis->__construct(['type' => 'redis', 'host' => '127.0.0.1', 'port' => 6379, ...]) in Cache.php line 65
  4. at Cache::connect(['type' => 'redis', 'host' => '127.0.0.1', 'port' => 6379, ...]) in Cache.php line 88
  5. at Cache::init() in helper.php line 362
  6. at cache('UPGRADING') in InitConfigBehavior.php line 14
  7. at InitConfigBehavior->run(null, null) in Hook.php line 137
  8. at Hook::exec('app\common\behavior\...', 'app_init', null, null) in Hook.php line 95
  9. at Hook::listen('app_init') in App.php line 223
  10. at App::initCommon() in App.php line 82
  11. at App::run() in start.php line 19
  12. at require('/www/wwwroot/thankin...') in index.php line 21

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_HOST
thankinfo.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
PATH_INFO
REDIRECT_STATUS
200
SERVER_NAME
thankinfo.com
SERVER_PORT
80
SERVER_ADDR
162.241.87.119
REMOTE_PORT
49886
REMOTE_ADDR
34.230.35.103
SERVER_SOFTWARE
nginx/1.21.0
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/thankinfo.com
DOCUMENT_URI
/index.php
REQUEST_URI
/
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
SCRIPT_FILENAME
/www/wwwroot/thankinfo.com/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711665834.3138
REQUEST_TIME
1711665834
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/thankinfo.com/application/
CONF_PATH
/www/wwwroot/thankinfo.com/config/
RUNTIME_PATH
/www/wwwroot/thankinfo.com/runtime/
THINK_VERSION
5.0.24
THINK_START_TIME
1711665834.3149
THINK_START_MEM
403904
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/thankinfo.com/thinkphp/
LIB_PATH
/www/wwwroot/thankinfo.com/thinkphp/library/
CORE_PATH
/www/wwwroot/thankinfo.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/thankinfo.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/thankinfo.com/
EXTEND_PATH
/www/wwwroot/thankinfo.com/extend/
VENDOR_PATH
/www/wwwroot/thankinfo.com/vendor/
LOG_PATH
/www/wwwroot/thankinfo.com/runtime/log/
CACHE_PATH
/www/wwwroot/thankinfo.com/runtime/cache/
TEMP_PATH
/www/wwwroot/thankinfo.com/runtime/temp/
CONF_EXT
.php
ENV_PREFIX
PHP_
UPLOAD_PATH
./public/uploads/
FILE_PATH
/www/wwwroot/thankinfo.com/
IS_CLI
false
IS_WIN
false