|
@@ -81,7 +81,7 @@ function subscribe_message(&$quit, &$redis, $channels)
|
|
}
|
|
}
|
|
elseif($type == 'ratio') {
|
|
elseif($type == 'ratio') {
|
|
Log::record("subscribe_message recv mgs:{$sub_type}-{$channel}-{$type}",Log::DEBUG);
|
|
Log::record("subscribe_message recv mgs:{$sub_type}-{$channel}-{$type}",Log::DEBUG);
|
|
-
|
|
|
|
|
|
+
|
|
$start = microtime(true);
|
|
$start = microtime(true);
|
|
$ins = Cache::getInstance('cacheredis');
|
|
$ins = Cache::getInstance('cacheredis');
|
|
$val = $ins->get_org('channel_ratios');
|
|
$val = $ins->get_org('channel_ratios');
|