错误信息: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/news.php(296):
Leb_Dao_RedisCluster->__call("rpush",array("news_detail_pv","1_7437791588715787340_1_17733076..."))
293                if(isWeixinBrower())
294                    $redis->rpush($key, '1_'.$newsid.'_'.$news['is_original'].'_'.$news['createtime'].'_'.$news['city']."_5".'_'.$platform.'_'.$news['tags_id']);
295                else
296                    $redis->rpush($key,'1_'.$newsid.'_'.$news['is_original'].'_'.$news['createtime'].'_'.$news['city']."_2".'_'.$platform.'_'.$news['tags_id']);
297            }
298        }
299
#3
+
-
/data1/vhosts/caijing.leju.com/htdocs/app/news/news.php(296):
Leb_Dao_RedisCluster->rpush("news_detail_pv","1_7437791588715787340_1_17733076...")
293                if(isWeixinBrower())
294                    $redis->rpush($key, '1_'.$newsid.'_'.$news['is_original'].'_'.$news['createtime'].'_'.$news['city']."_5".'_'.$platform.'_'.$news['tags_id']);
295                else
296                    $redis->rpush($key,'1_'.$newsid.'_'.$news['is_original'].'_'.$news['createtime'].'_'.$news['city']."_2".'_'.$platform.'_'.$news['tags_id']);
297            }
298        }
299
#4
+
-
/data1/vhosts/caijing.leju.com/htdocs/app/news/news.php(845):
newsController->detailWeek()
842    public function detailAction(){
843        $week_id = $this->getVar('week_id');
844        if(!empty($week_id)){
845            $this->detailWeek();
846            exit;
847        }
848        if($_GET['qsc'] == 1)
#11
+
-
/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-01 03:16:19 nginx/1.10.0 PHP/5.5.10 216.73.217.100->10.204.15.46(m.lejucaijing.com) 执行时间:0.22905秒 内存开销:3656672Byte 内存峰值:15728640Byte
Copyright © 1996-2013 LEJU Corporation, All Rights Reserved Slae Framework / 1.0.0