Эх сурвалжийг харах

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

Daniele Alessandri 15 жил өмнө
parent
commit
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)) {