summaryrefslogtreecommitdiff
path: root/deps/hiredis/README.md
diff options
context:
space:
mode:
authorLoris Cro <kappaloris@gmail.com>2019-11-04 16:12:09 +0100
committerGitHub <noreply@github.com>2019-11-04 16:12:09 +0100
commit3f14bfd809e1aba63ec3ffc852ca7b169f993aff (patch)
treeac878113a9e08f1f11005dff058491ddca6f3252 /deps/hiredis/README.md
parent8ea4bdd91d600aa1e9e1ebf7dace19172a7ce23a (diff)
parent720d1fd3bbe47f6c19ff31924600e7de13430e15 (diff)
downloadredis-3f14bfd809e1aba63ec3ffc852ca7b169f993aff.tar.gz
Merge pull request #1 from antirez/unstable
update to latest unstable
Diffstat (limited to 'deps/hiredis/README.md')
-rw-r--r--deps/hiredis/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/hiredis/README.md b/deps/hiredis/README.md
index 01223ea59..c0b432f07 100644
--- a/deps/hiredis/README.md
+++ b/deps/hiredis/README.md
@@ -286,6 +286,7 @@ return `REDIS_ERR`. The function to set the disconnect callback has the followin
```c
int redisAsyncSetDisconnectCallback(redisAsyncContext *ac, redisDisconnectCallback *fn);
```
+`ac->data` may be used to pass user data to this callback, the same can be done for redisConnectCallback.
### Sending commands and their callbacks
In an asynchronous context, commands are automatically pipelined due to the nature of an event loop.
@@ -406,6 +407,6 @@ as soon as possible in order to prevent allocation of useless memory.
## AUTHORS
Hiredis was written by Salvatore Sanfilippo (antirez at gmail) and
-Pieter Noordhuis (pcnoordhuis at gmail) and is released under the BSD license.
+Pieter Noordhuis (pcnoordhuis at gmail) and is released under the BSD license.
Hiredis is currently maintained by Matt Stancliff (matt at genges dot com) and
Jan-Erik Rediger (janerik at fnordig dot com)