Correct the description of the pipeline example
This commit is contained in:
parent
4def8569b8
commit
7adfef1680
@ -171,7 +171,7 @@ the latter means an error occurred while reading a reply. Just as with the other
|
|||||||
the `err` field in the context can be used to find out what the cause of this error is.
|
the `err` field in the context can be used to find out what the cause of this error is.
|
||||||
|
|
||||||
The following examples shows a simple pipeline (resulting in only a single call to `write(2)` and
|
The following examples shows a simple pipeline (resulting in only a single call to `write(2)` and
|
||||||
a single call to `write(2)`):
|
a single call to `read(2)`):
|
||||||
|
|
||||||
redisReply *reply;
|
redisReply *reply;
|
||||||
redisAppendCommand(context,"SET foo bar");
|
redisAppendCommand(context,"SET foo bar");
|
||||||
|
Loading…
Reference in New Issue
Block a user