Explorar o código

Enhancement: allows method chaining with multi-exec blocks.

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

+ 1 - 1
lib/Predis.php

@@ -502,7 +502,7 @@ class MultiExecBlock {
         $response = $this->_redisClient->executeCommand($command);
         if (isset($response->queued)) {
             $this->_commands[] = $command;
-            return $response;
+            return $this;
         }
         else {
             throw new ClientException('The server did not respond with a QUEUED status reply');