mirror of
https://github.com/predis/predis.git
synced 2026-08-28 19:21:22 +00:00
Remove since it generates overhead for nothing really useful.
This commit is contained in:
@@ -40,9 +40,6 @@ abstract class ConnectionBase implements IConnectionSingle {
|
||||
|
||||
public function executeCommand(ICommand $command) {
|
||||
$this->writeCommand($command);
|
||||
if ($command->closesConnection()) {
|
||||
return $this->disconnect();
|
||||
}
|
||||
return $this->readResponse($command);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user