#0 [0]RedisException in Redis.php line 140

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. }
  2. $key = $this->getCacheKey($name);
  3. $expire = $this->getExpireTime($expire);
  4. $value = $this->serialize($value);
  5. if ($expire) {
  6. $this->handler->setex($key, $expire, $value);
  7. } else {
  8. $this->handler->set($key, $value);
  9. }
  10. return true;
  11. }
  12. /**
  13. * 自增缓存(针对数值缓存)
  14. * @access public
  15. * @param string $name 缓存变量名

Call Stack

  1. in Redis.php line 140
  2. at Redis->set() in Redis.php line 140
  3. at Redis->set() in Cache.php line 127
  4. at Cache->set()
  5. at call_user_func_array() in Facade.php line 97
  6. at Facade::__callStatic() in Service.php line 144
  7. at Service->loadEvent() in Service.php line 41
  8. at Service->register() in App.php line 205
  9. at App->register() in RegisterService.php line 44
  10. at RegisterService->init() in App.php line 462
  11. at App->initialize() in Http.php line 178
  12. at Http->initialize() in Http.php line 155
  13. at Http->run() in index.php line 25

Environment Variables

GET Data
s /sitemap.xml
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT */*
HTTP_HOST duoke.rj.rjia.top
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME duoke.rj.rjia.top
SERVER_PORT 443
SERVER_ADDR 10.0.0.250
REMOTE_PORT 17040
REMOTE_ADDR 216.73.216.251
SERVER_SOFTWARE nginx/1.21.4
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /data/wwwroot/duoke.rj.rjia.top/public
DOCUMENT_URI /index.php
REQUEST_URI /sitemap.xml
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/sitemap.xml
SCRIPT_FILENAME /data/wwwroot/duoke.rj.rjia.top/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1782856454.3239
REQUEST_TIME 1782856454