Explorar el Código

Remove the method Predis\Client::pipelineSafe().

Daniele Alessandri hace 15 años
padre
commit
3487cc219c
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      lib/Predis.php

+ 0 - 4
lib/Predis.php

@@ -250,10 +250,6 @@ class Client {
         }
     }
 
-    public function pipelineSafe($pipelineBlock = null) {
-        return $this->initPipeline(array('safe' => true), $pipelineBlock);
-    }
-
     private function initPipeline(Array $options = null, $pipelineBlock = null) {
         $pipeline = null;
         if (isset($options)) {