Commit b0f08d93 authored by chenchuanwen's avatar chenchuanwen

run

parent d6bf9633
...@@ -103,7 +103,9 @@ class Common ...@@ -103,7 +103,9 @@ class Common
if(!empty($conf['password'])){ if(!empty($conf['password'])){
$redis->auth($conf['password']); $redis->auth($conf['password']);
} }
$message=array($control,$method,$params); $message['className']=$control;
$message['method']=$method;
$message['params']=$params;
$message=json_encode($message); $message=json_encode($message);
$ret=$redis->publish($redisPublishName,$message); $ret=$redis->publish($redisPublishName,$message);
return $ret; return $ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment