]> git.saurik.com Git - redis.git/blobdiff - redis-cli.c
fixed a subtle bug in redis-cli not having visible effects
[redis.git] / redis-cli.c
index ea3cf9d513a979569a1fed9bc4c374f175578eaa..eef85f2453f642737c1a2883bc255f8f389b56ff 100644 (file)
@@ -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)