diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-04-21 15:01:58 +0200 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-04-21 15:04:42 +0200 |
commit | 6d207ea98ec6de086cb48c259fd3cac786f699ec (patch) | |
tree | 017f3a6379b0a37fb182a4fca6cde3ff294bd1b1 /async.h | |
parent | 58caf62a527173ffb861177037ace344db3caf19 (diff) |
Create protocol reader when creating context
Diffstat (limited to 'async.h')
-rw-r--r-- | async.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -103,7 +103,6 @@ typedef struct redisAsyncContext { /* Functions that proxy to hiredis */ redisAsyncContext *redisAsyncConnect(const char *ip, int port); redisAsyncContext *redisAsyncConnectUnix(const char *path); -int redisAsyncSetReplyObjectFunctions(redisAsyncContext *ac, redisReplyObjectFunctions *fn); int redisAsyncSetConnectCallback(redisAsyncContext *ac, redisConnectCallback *fn); int redisAsyncSetDisconnectCallback(redisAsyncContext *ac, redisDisconnectCallback *fn); void redisAsyncDisconnect(redisAsyncContext *ac); |