Selaa lähdekoodia

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

Daniele Alessandri 15 vuotta sitten
vanhempi
commit
3487cc219c
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  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)) {