Commit 57371f7f authored by chenchuanwen's avatar chenchuanwen

bridgestart

parent a452aea3
......@@ -11,4 +11,5 @@ if(!empty($conf['password'])){
$redis->auth($conf['password']);
}
$message=array('abd','happy New Year');
$message=json_encode($message);
$ret=$redis->publish('redisPublish',$message);
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