Ssh pconnect.. its okay.. less screaming..

This commit is contained in:
Greyscale 2021-01-22 07:15:27 +01:00
parent 74338e78a0
commit de18956670

View file

@ -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();
}
}