This commit is contained in:
2021-02-17 00:51:21 +08:00
parent b308f13e59
commit f5650762ba
4 changed files with 75 additions and 60 deletions
+2 -2
View File
@@ -20,11 +20,11 @@ use Swoole\Timer;
class Redis extends Pool
{
use Timeout;
private int $_create = 0;
public int $creates = 0;
/**
* @param $value
*/