modify plugin name
This commit is contained in:
@@ -84,9 +84,7 @@ class Redis extends Component
|
|||||||
} else {
|
} else {
|
||||||
$data = $this->proxy($name, $arguments);
|
$data = $this->proxy($name, $arguments);
|
||||||
}
|
}
|
||||||
if (microtime(true) - $time >= 0.02) {
|
$this->logger->warning('Redis:' . Json::encode([$name, $arguments]) . (microtime(true) - $time));
|
||||||
$this->logger->warning('Redis:' . Json::encode([$name, $arguments]) . (microtime(true) - $time));
|
|
||||||
}
|
|
||||||
return $data;
|
return $data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user