$this->handler = new \Redis;if ($this->options['persistent']) {$this->handler->pconnect($this->options['host'], (int) $this->options['port'], (int) $this->options['timeout'], 'persistent_id_' . $this->options['select']);} else {$this->handler->connect($this->options['host'], (int) $this->options['port'], (int) $this->options['timeout']);}if ('' != $this->options['password']) {$this->handler->auth($this->options['password']);}} elseif (class_exists('\Predis\Client')) {$params = [];foreach ($this->options as $key => $val) {if (in_array($key, ['aggregate', 'cluster', 'connections', 'exceptions', 'prefix', 'profile', 'replication', 'parameters'])) {$params[$key] = $val;unset($this->options[$key]);}}
| USER | www-data |
| HOME | /var/www |
| HTTP_HOST | saasapi-dev.yunyinerp.com |
| 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 | */* |
| REDIRECT_STATUS | 200 |
| SERVER_NAME | saasapi-dev.yunyinerp.com |
| SERVER_PORT | 443 |
| SERVER_ADDR | 172.17.0.4 |
| REMOTE_USER | |
| REMOTE_PORT | 12766 |
| REMOTE_ADDR | 216.73.217.176 |
| SERVER_SOFTWARE | nginx/1.18.0 |
| GATEWAY_INTERFACE | CGI/1.1 |
| HTTPS | on |
| REQUEST_SCHEME | https |
| SERVER_PROTOCOL | HTTP/1.1 |
| DOCUMENT_ROOT | /var/www/html/crm-admin-zhumi/public |
| DOCUMENT_URI | /index.php/sitemap.xml |
| REQUEST_URI | /sitemap.xml |
| SCRIPT_NAME | /index.php |
| CONTENT_LENGTH | |
| CONTENT_TYPE | |
| REQUEST_METHOD | GET |
| QUERY_STRING | |
| PATH_TRANSLATED | /var/www/html/crm-admin-zhumi/public/sitemap.xml |
| PATH_INFO | /sitemap.xml |
| SCRIPT_FILENAME | /var/www/html/crm-admin-zhumi/public/index.php |
| FCGI_ROLE | RESPONDER |
| PHP_SELF | /index.php/sitemap.xml |
| REQUEST_TIME_FLOAT | 1782219468.8699 |
| REQUEST_TIME | 1782219468 |