Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
9ff1cc78
Commit
9ff1cc78
authored
Oct 26, 2018
by
Jean Flach
Browse files
Update README.md
Add note about using context->data to pass user data to connect and disconnect callbacks
parent
970e5fa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9ff1cc78
...
@@ -286,6 +286,7 @@ return `REDIS_ERR`. The function to set the disconnect callback has the followin
...
@@ -286,6 +286,7 @@ return `REDIS_ERR`. The function to set the disconnect callback has the followin
```
c
```
c
int
redisAsyncSetDisconnectCallback
(
redisAsyncContext
*
ac
,
redisDisconnectCallback
*
fn
);
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
### Sending commands and their callbacks
In an asynchronous context, commands are automatically pipelined due to the nature of an event loop.
In an asynchronous context, commands are automatically pipelined due to the nature of an event loop.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment