Skip to content

Commit

Permalink
Merge pull request #620 from hacst/patch-1
Browse files Browse the repository at this point in the history
Fix redisBufferRead documentation
  • Loading branch information
michael-grunder authored Oct 25, 2018
2 parents 67036ef + 169fcc7 commit 970e5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiredis.c
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ int redisEnableKeepAlive(redisContext *c) {
/* 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.
*
* After this function is called, you may use redisContextReadReply to
* After this function is called, you may use redisGetReplyFromReader to
* see if there is a reply available. */
int redisBufferRead(redisContext *c) {
char buf[1024*16];
Expand Down

0 comments on commit 970e5fa

Please sign in to comment.