From 7adfef1680a7e8d93c29c0c15977a95febdcf473 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 14 Jan 2011 11:16:37 +0100 Subject: [PATCH] Correct the description of the pipeline example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e39ff0c..d908da0 100644 --- a/README.md +++ b/README.md @@ -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");