summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2010-11-01 13:52:26 +0100
committerPieter Noordhuis <pcnoordhuis@gmail.com>2010-11-01 13:52:26 +0100
commit51dd2616f8e1b4a841209e2e9bef1a9dfc7fec6f (patch)
treed3ee897f4bf2b4b6ee97486908a5f74f47567be4
parentb3a9d6152f036ac9adf4a9ee843f637b0028361e (diff)
Reply parsing docs need to be done
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index a1ea332..9213382 100644
--- a/README.md
+++ b/README.md
@@ -258,6 +258,10 @@ callbacks have been executed. After this, the disconnection callback is executed
There are a few hooks that need to be set on the context object after it is created.
See the `adapters/` directory for bindings to *libev* and *libevent*.
+## Reply parsing API
+
+To be done.
+
## AUTHORS
Hiredis was written by Salvatore Sanfilippo (antirez at gmail) and