summaryrefslogtreecommitdiff
path: root/deps/hiredis/async.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/hiredis/async.h')
-rw-r--r--deps/hiredis/async.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/hiredis/async.h b/deps/hiredis/async.h
index b1d2cb263..4c65203c1 100644
--- a/deps/hiredis/async.h
+++ b/deps/hiredis/async.h
@@ -102,7 +102,7 @@ typedef struct redisAsyncContext {
/* Subscription callbacks */
struct {
- redisCallbackList invalid;
+ redisCallbackList replies;
struct dict *channels;
struct dict *patterns;
} sub;