错误信息:The Redis Cluster is down (CLUSTERDOWN)
所在文件:/data1/vhosts/caijing.leju.com/htdocs/framework/cache/rediscluster.php:358

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

355        if (in_array($method, $trans_methods)) {
356            return call_user_func_array(array($redis, $method), array());
357        } else {
358            return call_user_func_array(array($redis, $method), $args);
359        }
360    }
361

Stack Trace

#2
+
-
/data1/vhosts/caijing.leju.com/htdocs/app/news/model/articlecount.php(414):
Leb_Dao_RedisCluster->__call("get",array("news_real_count_21234_25"))
411    public function getCountById($news_id,$article_type)
412    {
413        $redis = Leb_Dao_RedisCluster::getInstance();
414        $count=$redis->get('news_real_count_'.$news_id."_".$article_type);
415        if($count)
416        {
417            return $count;
#3
+
-
/data1/vhosts/caijing.leju.com/htdocs/app/news/model/articlecount.php(414):
Leb_Dao_RedisCluster->get("news_real_count_21234_25")
411    public function getCountById($news_id,$article_type)
412    {
413        $redis = Leb_Dao_RedisCluster::getInstance();
414        $count=$redis->get('news_real_count_'.$news_id."_".$article_type);
415        if($count)
416        {
417            return $count;
#4
+
-
/data1/vhosts/caijing.leju.com/htdocs/app/roadshow/model/luyaninfo.php(69):
articleCount->getCountById("21234",25)
66    public function clickCount($id,$join_num=0,$online_arithmetic=1)
67    {
68        $articleCountModel = Slae::app()->model('articlecount','news');
69        $pv=$articleCountModel->getCountById($id,25);
70        $click_count=round($join_num+$pv*$online_arithmetic);
71        if($_GET['qsc']=='click')
72        {
#5
+
-
/data1/vhosts/caijing.leju.com/htdocs/app/roadshow/roadshow.php(353):
luyaninfo->clickCount("21234",8639,"667.81")
350
351
352            //流量计算公式=基数+PV*倍数 取整
353            $info['click_count']=$this->_luyaninfoModel->clickCount($id,$info['join_num'],$info['online_arithmetic']);
354            $info['click_count']=formatVideoClickCount($info['click_count']);
355            
356            //数据格式化
#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-06 05:21:55 nginx/1.10.0 PHP/5.5.10 216.73.217.63->10.204.15.44(m.lejucaijing.com) 执行时间:0.03962秒 内存开销:2870456Byte 内存峰值:3145728Byte
Copyright © 1996-2013 LEJU Corporation, All Rights Reserved Slae Framework / 1.0.0