diff --git a/src/SaveHandlers/RedisHandler.php b/src/SaveHandlers/RedisHandler.php index f153dca..d0ebed8 100644 --- a/src/SaveHandlers/RedisHandler.php +++ b/src/SaveHandlers/RedisHandler.php @@ -109,7 +109,7 @@ public function open($path, $name) : bool } $this->redis = new Redis(); try { - $this->redis->connect( + @$this->redis->connect( $this->config['host'], $this->config['port'], $this->config['timeout']