|
@@ -137,6 +137,7 @@ class ListeningFileCreateAction extends Action {
|
|
|
}catch(Exception $e)
|
|
|
{
|
|
|
DahuaUtil::rlog('redis连接异常',$e->getMessage());
|
|
|
+ return;
|
|
|
}
|
|
|
|
|
|
$i=0;
|
|
@@ -314,6 +315,7 @@ class ListeningFileCreateAction extends Action {
|
|
|
}catch (Exception $e){
|
|
|
|
|
|
DahuaUtil::rlog("redis连接异常".$e->getMessage());
|
|
|
+ return;
|
|
|
|
|
|
}
|
|
|
|
|
@@ -336,6 +338,7 @@ class ListeningFileCreateAction extends Action {
|
|
|
}catch(Exception $e)
|
|
|
{
|
|
|
DahuaUtil::rlog("redis连接异常".$e->getMessage());
|
|
|
+ return;
|
|
|
//重新连接redis
|
|
|
}
|
|
|
|