From a7a1886b7eaeac0265af419a3f9c0793e7098d46 Mon Sep 17 00:00:00 2001 From: Yossi Gottlieb Date: Sun, 4 Aug 2019 11:55:24 +0300 Subject: Initial RESP3 support [d5c54f0b]. --- read.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'read.h') diff --git a/read.h b/read.h index 0894b78..1be3b7b 100644 --- a/read.h +++ b/read.h @@ -54,6 +54,14 @@ #define REDIS_REPLY_NIL 4 #define REDIS_REPLY_STATUS 5 #define REDIS_REPLY_ERROR 6 +#define REDIS_REPLY_DOUBLE 7 +#define REDIS_REPLY_BOOL 8 +#define REDIS_REPLY_VERB 9 +#define REDIS_REPLY_MAP 9 +#define REDIS_REPLY_SET 10 +#define REDIS_REPLY_ATTR 11 +#define REDIS_REPLY_PUSH 12 +#define REDIS_REPLY_BIGNUM 13 #define REDIS_READER_MAX_BUF (1024*16) /* Default max unused reader buffer. */ -- cgit v1.2.3