[0] RedisException in Redis.php line 144

MISCONF Redis is configured to save RDB snapshots, but it's currently unable to persist to disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.

  1. $key = $this->getCacheKey($name);
  2. $expire = $this->getExpireTime($expire);
  3. $value = $this->serialize($value);
  4. if ($expire) {
  5. $result = $this->handler->setex($key, $expire, $value);
  6. } else {
  7. $result = $this->handler->set($key, $value);
  8. }
  9. isset($first) && $this->setTagItem($key);
  10. return $result;
  11. }
  12. /**
  13. * 自增缓存(针对数值缓存)

Call Stack

  1. in Redis.php line 144
  2. at Redis->set('hooks', 'think_serialize:a:2:...') in Redis.php line 144
  3. at Redis->set('hooks', 'think_serialize:a:2:...')
  4. at call_user_func_array([object(Redis), 'set'], ['hooks', ['ueditor' => ['\addons\editor\Edito...'], 'ueditorUpload' => ['\addons\editor\Edito...']]]) in Cache.php line 130
  5. at Cache->__call('set', ['hooks', ['ueditor' => ['\addons\editor\Edito...'], 'ueditorUpload' => ['\addons\editor\Edito...']]])
  6. at call_user_func_array([object(Cache), 'set'], ['hooks', ['ueditor' => ['\addons\editor\Edito...'], 'ueditorUpload' => ['\addons\editor\Edito...']]]) in Facade.php line 123
  7. at Facade::__callStatic('set', ['hooks', ['ueditor' => ['\addons\editor\Edito...'], 'ueditorUpload' => ['\addons\editor\Edito...']]]) in helper.php line 89
  8. at {closure}()
  9. at call_user_func_array(object(Closure), []) in Container.php line 347
  10. at Container->invokeFunction(object(Closure), [[object(Error), '_empty']]) in Container.php line 408
  11. at Container->invoke(object(Closure), [[object(Error), '_empty']]) in Hook.php line 208
  12. at Hook->execTag('Closure', 'action_begin', [object(Error), '_empty']) in Hook.php line 149
  13. at Hook->listen('action_begin', [object(Error), '_empty']) in Module.php line 130
  14. at Module->think\route\dispatch\{closure}(object(Request), object(Closure), null)
  15. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  16. at Middleware->think\{closure}(object(Request))
  17. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  18. at Middleware->dispatch(object(Request), 'controller') in Module.php line 137
  19. at Module->exec() in Dispatch.php line 168
  20. at Dispatch->run() in App.php line 432
  21. at App->think\{closure}(object(Request), object(Closure), null)
  22. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  23. at Middleware->think\{closure}(object(Request))
  24. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  25. at Middleware->dispatch(object(Request)) in App.php line 435
  26. 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 0752.f.cx
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME cn.f.cx
SERVER_PORT 80
SERVER_ADDR 222.187.221.42
REMOTE_PORT 42412
REMOTE_ADDR 44.223.36.100
SERVER_SOFTWARE nginx/1.24.0
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /home/www22142/weblist/fangcms/cn.f.cx/public
DOCUMENT_URI /index.php
REQUEST_URI /mai/list-u1.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=//mai/list-u1.html
SCRIPT_FILENAME /home/www22142/weblist/fangcms/cn.f.cx/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711714646.1558
REQUEST_TIME 1711714646
Environment Variablesempty
ThinkPHP Constants
QINIU_FUNCTIONS_VERSION 7.2.7