Преглед на файлове

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

Daniele Alessandri преди 15 години
родител
ревизия
3487cc219c
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  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)) {