Skip to content

Commit c1ba0d5

Browse files
committed
清理
1 parent 0cb9f07 commit c1ba0d5

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/driver/Redis.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,10 @@
1616
use DateInterval;
1717
use DateTimeInterface;
1818
use RedisException;
19-
use Workerman\Coroutine\Pool;
2019
use Webman\ThinkCache\Driver;
2120

2221
class Redis extends Driver
2322
{
24-
25-
/**
26-
* @var Pool[]
27-
*/
28-
protected static array $pools = [];
29-
3023
/**
3124
* @var \Redis
3225
*/

0 commit comments

Comments
 (0)