变更
This commit is contained in:
@@ -197,10 +197,10 @@ SCRIPT;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Helper
|
* @return \Redis
|
||||||
* @throws ConfigException
|
* @throws ConfigException
|
||||||
*/
|
*/
|
||||||
private function getClient(): Helper
|
private function getClient(): \Redis
|
||||||
{
|
{
|
||||||
$config = $this->get_config();
|
$config = $this->get_config();
|
||||||
return $this->pool->get($config['host']);
|
return $this->pool->get($config['host']);
|
||||||
|
|||||||
Reference in New Issue
Block a user