mirror of
https://github.com/predis/predis.git
synced 2026-09-19 06:47:39 +00:00
Fixed the pipline example in the README.
This commit is contained in:
+1
-1
@@ -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) ##
|
||||
|
||||
Reference in New Issue
Block a user