错误信息:Couldn't map cluster keyspace using any provided seed
所在文件:/data1/vhosts/caijing.leju.com/htdocs/framework/cache/rediscluster.php:317

/data1/vhosts/caijing.leju.com/htdocs/framework/cache/rediscluster.php(317)

314		//$redis = new RedisCluster(NULL, array($rhost));
315
316		$list_arr = explode(' ', trim($_SERVER['SINASRV_NUTCRACKER_HOST_PORT3']));
317        $redis = new RedisCluster(NULL, $list_arr);
318
319        $connection_string = $rhost . '/' . $dbIndex;
320

Stack Trace

#4
+
-
/data1/vhosts/caijing.leju.com/htdocs/app/news/news.php(3115):
Leb_Dao_RedisCluster::getInstance()
3112    private function _dealNewsTags($tagsId,$city='fangnews') {
3113
3114         $tagSettingModel = slae::app()->model('tagseting', 'tag');
3115        $redis = Leb_Dao_RedisCluster::getInstance();
3116        $redis_key='caijing_column_list_'.$city;
3117       
3118        if(isset($_GET['del_cache']) && $_GET['del_cache']==1)
#5
+
-
/data1/vhosts/caijing.leju.com/htdocs/app/news/news.php(1282):
newsController->_dealNewsTags("2190,10015306,50018565,10002700,...","fangnews")
1279            if(!empty($dealnewstags_list)) {
1280                $dealnewstags = json_decode($dealnewstags_list, true);
1281            }else{
1282                $dealnewstags = $this->_dealNewsTags($news['tags_id'],$news['city']);
1283                if (!empty($dealnewstags))
1284                {
1285                    $this->_redis->setex($dealnewstagsKey, rand(30,60), json_encode($dealnewstags));
#12
+
-
/data1/vhosts/caijing.leju.com/htdocs/index.php(31):
Leb_Plugin_Abstract->run()
28error_reporting(E_ERROR&~E_NOTICE);
29//请求->路由->过滤->分发->响应
30$controller = Leb_Controller::getInstance();
31$controller->run();
2026-05-25 11:54:43 nginx/1.10.0 PHP/5.5.10 216.73.216.203->10.204.15.43(m.lejucaijing.com) 执行时间:0.16921秒 内存开销:4706480Byte 内存峰值:15728640Byte
Copyright © 1996-2013 LEJU Corporation, All Rights Reserved Slae Framework / 1.0.0