diff options
| author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-11-03 00:40:07 +0100 | 
|---|---|---|
| committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2010-11-03 00:40:07 +0100 | 
| commit | e13674dd4e8e97e7401ed75b840176469a9b0046 (patch) | |
| tree | 91c1e962fb50859cf806e79285c53af8182a8f7a /hiredis.h | |
| parent | 314c04840b5d576e7178f13e75a21b87e8bf01de (diff) | |
| download | hiredict-e13674dd4e8e97e7401ed75b840176469a9b0046.tar.xz | |
Expose redisGetReplyFromReader as public API
Diffstat (limited to 'hiredis.h')
| -rw-r--r-- | hiredis.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -130,6 +130,7 @@ int redisBufferWrite(redisContext *c, int *done);   * buffer to the socket and reads until it has a reply. In a non-blocking   * context, it will return unconsumed replies until there are no more. */  int redisGetReply(redisContext *c, void **reply); +int redisGetReplyFromReader(redisContext *c, void **reply);  /* Write a command to the output buffer. Use these functions in blocking mode   * to get a pipeline of commands. */ | 
