Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
7adfef16
Commit
7adfef16
authored
Jan 14, 2011
by
Pierre Riteau
Browse files
Correct the description of the pipeline example
parent
4def8569
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7adfef16
...
@@ -171,7 +171,7 @@ the latter means an error occurred while reading a reply. Just as with the other
...
@@ -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");
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment