This commit is contained in:
2021-10-25 16:41:15 +08:00
parent 5a71c664f6
commit 7cf1d24b43
+2 -2
View File
@@ -132,11 +132,11 @@ SCRIPT;
/** /**
* @param $name * @param $name
* @param $arguments * @param $arguments
* @return Base\Redis * @return mixed
* @throws ConfigException * @throws ConfigException
* @throws Exception * @throws Exception
*/ */
public function proxy($name, $arguments): Base\Redis public function proxy($name, $arguments): mixed
{ {
$connections = Kiri::getDi()->get(PoolRedis::class); $connections = Kiri::getDi()->get(PoolRedis::class);