X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/80181f7848a26f6763d1d106e2b91dff9b53bfc8..682ac7248a11ae7bf0e8d935c3ec13177500484e:/redis-cli.c diff --git a/redis-cli.c b/redis-cli.c index ea3cf9d5..eef85f24 100644 --- a/redis-cli.c +++ b/redis-cli.c @@ -42,7 +42,7 @@ #define REDIS_CMD_INLINE 1 #define REDIS_CMD_BULK 2 -#define REDIS_CMD_MULTIBULK 3 +#define REDIS_CMD_MULTIBULK 4 #define REDIS_NOTUSED(V) ((void) V)