Commit 529c0a6c authored by chenchuanwen's avatar chenchuanwen

bridgestart

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