This commit is contained in:
2021-02-17 00:47:25 +08:00
parent c0a2476e7c
commit b308f13e59
3 changed files with 3 additions and 1 deletions
-1
View File
@@ -205,7 +205,6 @@ abstract class Pool extends Component
}
}
protected int $creates = 0;
protected int $lastTime = 0;
+2
View File
@@ -25,6 +25,8 @@ class Connection extends Pool
/** @var PDO[] */
protected array $connections = [];
public int $creates = 0;
/**
* @param $timeout
+1
View File
@@ -23,6 +23,7 @@ class Redis extends Pool
private int $_create = 0;
public int $creates = 0;
/**
* @param $value