diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-11-01 13:52:26 +0100 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-11-01 13:52:26 +0100 |
commit | 51dd2616f8e1b4a841209e2e9bef1a9dfc7fec6f (patch) | |
tree | d3ee897f4bf2b4b6ee97486908a5f74f47567be4 | |
parent | b3a9d6152f036ac9adf4a9ee843f637b0028361e (diff) |
Reply parsing docs need to be done
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |