[0] RedisException in Redis.php line 53

Cannot assign requested address

  1. throw new \BadFunctionCallException('not support: redis');
  2. }
  3. if (!empty($options)) {
  4. $this->options = array_merge($this->options, $options);
  5. }
  6. $this->handler = new \Redis;
  7. if ($this->options['persistent']) {
  8. $this->handler->pconnect($this->options['host'], $this->options['port'], $this->options['timeout'], 'persistent_id_' . $this->options['select']);
  9. } else {
  10. $this->handler->connect($this->options['host'], $this->options['port'], $this->options['timeout']);
  11. }
  12. if ('' != $this->options['password']) {
  13. $this->handler->auth($this->options['password']);
  14. }
  15. if (0 != $this->options['select']) {
  16. $this->handler->select($this->options['select']);
  17. }

Call Stack

  1. in Redis.php line 53
  2. at Redis->connect() in Redis.php line 53
  3. at Redis->__construct() in Base.php line 96
  4. at Base->checkDomain() in Base.php line 31
  5. at Base->__construct()
  6. at ReflectionClass->newInstanceArgs() in App.php line 359
  7. at App::invokeClass() in Loader.php line 479
  8. at Loader::controller() in App.php line 580
  9. at App::module() in App.php line 456
  10. at App::exec() in App.php line 139
  11. at App::run() in start.php line 19
  12. at require('/data/wwwroot/www/th...') in index.php line 23

Environment Variables

GET Data
empty

POST Data

payload
{"domain":"https:\/\/mufypp.usal.es","uri":"\/2021\/10\/10\/why-online-dating-turn-up-useful-info-for-guys\/","server":{"HTTP_REFERER":"","HTTP_USER_AGENT":"Mozilla\/5.0 AppleWebKit\/537.36 (KHTML, like Gecko; compatible; ClaudeBot\/1.0; [email protected])","HTTP_ACCEPT_LANGUAGE":"","REMOTE_ADDR":"212.128.129.45"},"request":[]}
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_CF_IPCOUNTRY
ES
HTTP_CDN_LOOP
cloudflare
HTTP_CF_CONNECTING_IP
212.128.129.84
HTTP_CONTENT_TYPE
multipart/form-data; boundary=------------------------a08f64618521b4e7
HTTP_ACCEPT
*/*
HTTP_CF_VISITOR
{"scheme":"https"}
HTTP_X_FORWARDED_PROTO
https
HTTP_CONTENT_LENGTH
478
HTTP_CF_RAY
876d534c19e50406-MAD
HTTP_X_FORWARDED_FOR
212.128.129.84
HTTP_ACCEPT_ENCODING
gzip, br
HTTP_CONNECTION
Keep-Alive
HTTP_HOST
www.wordprass.org
PATH_INFO
/content66
REDIRECT_STATUS
200
SERVER_NAME
www.wordprass.org
SERVER_PORT
80
SERVER_ADDR
176.97.112.39
REMOTE_PORT
60880
REMOTE_ADDR
172.68.134.15
SERVER_SOFTWARE
nginx/1.22.1
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/wwwroot/www/public
DOCUMENT_URI
/index.php
REQUEST_URI
/content66
SCRIPT_NAME
/index.php
CONTENT_LENGTH
478
CONTENT_TYPE
multipart/form-data; boundary=------------------------a08f64618521b4e7
REQUEST_METHOD
POST
QUERY_STRING
s=/content66
SCRIPT_FILENAME
/data/wwwroot/www/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1713534225.3312
REQUEST_TIME
1713534225
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/data/wwwroot/www/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1713534225.3314
THINK_START_MEM
360688
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/www/thinkphp/
LIB_PATH
/data/wwwroot/www/thinkphp/library/
CORE_PATH
/data/wwwroot/www/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/www/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/www/
EXTEND_PATH
/data/wwwroot/www/extend/
VENDOR_PATH
/data/wwwroot/www/vendor/
RUNTIME_PATH
/data/wwwroot/www/runtime/
LOG_PATH
/data/wwwroot/www/runtime/log/
CACHE_PATH
/data/wwwroot/www/runtime/cache/
TEMP_PATH
/data/wwwroot/www/runtime/temp/
CONF_PATH
/data/wwwroot/www/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
HTMLPURIFIER_PREFIX
/data/wwwroot/www/vendor/ezyang/htmlpurifier/library
ADDON_PATH
/data/wwwroot/www/addons/