Commit d9584102 authored by chenchuanwen's avatar chenchuanwen

bridgeReload

parent 480cd4aa
...@@ -35,6 +35,7 @@ function callback($instance,$channelName,$message){ ...@@ -35,6 +35,7 @@ function callback($instance,$channelName,$message){
global $conf; global $conf;
global $redisPublishName; global $redisPublishName;
$redis=new Redis(); $redis=new Redis();
echo json_encode($conf);
$redis->connect($conf['host'], $conf['port']); $redis->connect($conf['host'], $conf['port']);
if(!empty($conf['password'])){ if(!empty($conf['password'])){
$redis->auth($conf['password']); $redis->auth($conf['password']);
......
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