Explorar o código

Fixed the pipline example in the README.

Daniele Alessandri %!s(int64=15) %!d(string=hai) anos
pai
achega
e3e0475826
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.markdown

+ 1 - 1
README.markdown

@@ -48,7 +48,7 @@ to a server in one go:
     $pipe->incrby('counter', 10);
     $pipe->incrby('counter', 30);
     $pipe->get('counter');
-    $replies = $pipe->flushPipeline();
+    $replies = $pipe->execute();
 
 
 ### Pipelining multiple commands to multiple instances of Redis (sharding) ##