Ssh pconnect.. its okay.. less screaming..
This commit is contained in:
parent
74338e78a0
commit
de18956670
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ class Redis
|
|||
private function runBeforeRedisCommand(): void
|
||||
{
|
||||
if (!$this->redis->isConnected()) {
|
||||
$this->redis->pconnect($this->host, $this->port, $this->timeout);
|
||||
@$this->redis->pconnect($this->host, $this->port, $this->timeout);
|
||||
$this->initialiseExtensions();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue