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
970e5fa0
Unverified
Commit
970e5fa0
authored
Oct 25, 2018
by
Michael Grunder
Committed by
GitHub
Oct 25, 2018
Browse files
Merge pull request #620 from hacst/patch-1
Fix redisBufferRead documentation
parents
67036ef7
169fcc70
Changes
1
Hide whitespace changes
Inline
Side-by-side
hiredis.c
View file @
970e5fa0
...
@@ -777,7 +777,7 @@ int redisEnableKeepAlive(redisContext *c) {
...
@@ -777,7 +777,7 @@ int redisEnableKeepAlive(redisContext *c) {
/* Use this function to handle a read event on the descriptor. It will try
/* Use this function to handle a read event on the descriptor. It will try
* and read some bytes from the socket and feed them to the reply parser.
* and read some bytes from the socket and feed them to the reply parser.
*
*
* After this function is called, you may use redis
ContextReadReply
to
* After this function is called, you may use redis
GetReplyFromReader
to
* see if there is a reply available. */
* see if there is a reply available. */
int
redisBufferRead
(
redisContext
*
c
)
{
int
redisBufferRead
(
redisContext
*
c
)
{
char
buf
[
1024
*
16
];
char
buf
[
1024
*
16
];
...
...
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