改名
This commit is contained in:
@@ -205,7 +205,6 @@ abstract class Pool extends Component
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected int $creates = 0;
|
|
||||||
|
|
||||||
|
|
||||||
protected int $lastTime = 0;
|
protected int $lastTime = 0;
|
||||||
|
|||||||
@@ -25,6 +25,8 @@ class Connection extends Pool
|
|||||||
/** @var PDO[] */
|
/** @var PDO[] */
|
||||||
protected array $connections = [];
|
protected array $connections = [];
|
||||||
|
|
||||||
|
public int $creates = 0;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $timeout
|
* @param $timeout
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ class Redis extends Pool
|
|||||||
|
|
||||||
private int $_create = 0;
|
private int $_create = 0;
|
||||||
|
|
||||||
|
public int $creates = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $value
|
* @param $value
|
||||||
|
|||||||
Reference in New Issue
Block a user