asdasd
This commit is contained in:
@@ -64,6 +64,10 @@ final class RedisClient
|
||||
{
|
||||
$line = $this->readLine();
|
||||
if ($line === '') {
|
||||
if ($this->stream) {
|
||||
fclose($this->stream);
|
||||
$this->stream = null;
|
||||
}
|
||||
throw new \RuntimeException('Redis empty response');
|
||||
}
|
||||
$type = $line[0];
|
||||
|
||||
Reference in New Issue
Block a user