diff options
author | Pierre Riteau <priteau@gmail.com> | 2011-01-14 11:16:37 +0100 |
---|---|---|
committer | Pierre Riteau <priteau@gmail.com> | 2011-01-14 11:17:39 +0100 |
commit | 7adfef1680a7e8d93c29c0c15977a95febdcf473 (patch) | |
tree | 0fd5911cec92d2ad12080b7e06354f3be184559e | |
parent | 4def8569b8728e4a76ce60d693f06b04cd471155 (diff) |
Correct the description of the pipeline example
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 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; redisAppendCommand(context,"SET foo bar"); |