This commit is contained in:
2021-08-17 19:17:01 +08:00
parent c8da2da9e7
commit 0dc5586348
+2 -2
View File
@@ -130,10 +130,10 @@ SCRIPT;
} }
/** /**
* @return \Redis * @return Base\Redis
* @throws Exception * @throws Exception
*/ */
public function proxy(): \Redis public function proxy(): Base\Redis
{ {
$connections = Kiri::getDi()->get(PoolRedis::class); $connections = Kiri::getDi()->get(PoolRedis::class);