summaryrefslogtreecommitdiff
path: root/async.h
diff options
context:
space:
mode:
authorMark Nunberg <mnunberg@haskalah.org>2018-12-06 04:54:05 -0500
committerMark Nunberg <mnunberg@haskalah.org>2019-02-20 09:10:10 -0500
commitdeba8d956d578547319919adedda4714f779dbb9 (patch)
tree02b4db0c62235961d972bce1d5e1fc547e917270 /async.h
parent35a0a1f369cdeb8d7d93fda8278099d7aa60aee6 (diff)
Allow connectWithOptions for async as well
Diffstat (limited to 'async.h')
-rw-r--r--async.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/async.h b/async.h
index 3d51a35..40a1819 100644
--- a/async.h
+++ b/async.h
@@ -108,6 +108,7 @@ typedef struct redisAsyncContext {
} redisAsyncContext;
/* Functions that proxy to hiredis */
+redisAsyncContext *redisAsyncConnectWithOptions(const redisOptions *options);
redisAsyncContext *redisAsyncConnect(const char *ip, int port);
redisAsyncContext *redisAsyncConnectBind(const char *ip, int port, const char *source_addr);
redisAsyncContext *redisAsyncConnectBindWithReuse(const char *ip, int port,