Skip to content

Commit

Permalink
Fixed the pipline example in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrk committed Dec 26, 2009
1 parent 767c488 commit e3e0475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -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) ##
Expand Down

0 comments on commit e3e0475

Please sign in to comment.