[0] RedisException in Redis.php line 107

LOADING Redis is loading the dataset in memory

  1. * @access public
  2. * @param string $name 缓存变量名
  3. * @param mixed $default 默认值
  4. * @return mixed
  5. */
  6. public function get($name, $default = false)
  7. {
  8. $this->readTimes++;
  9. $value = $this->handler->get($this->getCacheKey($name));
  10. if (is_null($value) || false === $value) {
  11. return $default;
  12. }
  13. return $this->unserialize($value);
  14. }
  15. /**

Call Stack

  1. in Redis.php line 107
  2. at Redis->get('79173021915cc8ae5b93...') in Redis.php line 107
  3. at Redis->get('79173021915cc8ae5b93...')
  4. at call_user_func_array([object(Redis), 'get'], ['79173021915cc8ae5b93...']) in Cache.php line 130
  5. at Cache->__call('get', ['79173021915cc8ae5b93...']) in Connection.php line 2119
  6. at Connection->getCacheData(object(Query), ['key' => true, 'expire' => null, 'tag' => null], null, '79173021915cc8ae5b93...') in Connection.php line 900
  7. at Connection->select(object(Query)) in Query.php line 3006
  8. at Query->select() in Base.php line 20
  9. at Base->__construct()
  10. at ReflectionClass->newInstanceArgs([]) in Container.php line 439
  11. at Container->invokeClass('app\home\controller\...', []) in Container.php line 284
  12. at Container->make('app\home\controller\...', []) in App.php line 725
  13. at App->controller('InfoList', 'controller', false, 'Error') in Module.php line 95
  14. at Module->exec() in Dispatch.php line 168
  15. at Dispatch->run() in App.php line 432
  16. at App->think\{closure}(object(Request), object(Closure), null)
  17. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  18. at Middleware->think\{closure}(object(Request))
  19. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  20. at Middleware->dispatch(object(Request)) in App.php line 435
  21. at App->run() in index.php line 21

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST www.yh596.com
HTTP_REFERER http://www.yh596.com/b-1512.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME www.yh596.com
SERVER_PORT 80
SERVER_ADDR 172.26.193.191
REMOTE_PORT 45184
REMOTE_ADDR 34.230.35.103
SERVER_SOFTWARE nginx/1.19.0
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/www.yh596.com/public
DOCUMENT_URI /index.php
REQUEST_URI /zone/page/1512
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/zone/page/1512
SCRIPT_FILENAME /www/wwwroot/www.yh596.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711633327.6289
REQUEST_TIME 1711633327
Environment Variablesempty
ThinkPHP Constantsempty