Explorar o código

Remove the method Predis\Network\TcpConnection::rawCommand().

Daniele Alessandri %!s(int64=14) %!d(string=hai) anos
pai
achega
014adfe75d
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      lib/Predis.php

+ 0 - 5
lib/Predis.php

@@ -1319,11 +1319,6 @@ class TcpConnection extends ConnectionBase implements IConnectionSingle {
         return $skipparse ? $response : $command->parseResponse($response);
     }
 
-    public function rawCommand($buffer) {
-        $this->writeBytes($buffer);
-        return $this->_protocol->read($this);
-    }
-
     public function writeBytes($value) {
         $socket = $this->getResource();
         while (($length = strlen($value)) > 0) {