]> git.saurik.com Git - redis.git/commitdiff
fixed a subtle bug in redis-cli not having visible effects
authorantirez <antirez@gmail.com>
Mon, 30 Nov 2009 18:26:52 +0000 (19:26 +0100)
committerantirez <antirez@gmail.com>
Mon, 30 Nov 2009 18:26:52 +0000 (19:26 +0100)
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_INLINE 1
 #define REDIS_CMD_BULK 2
-#define REDIS_CMD_MULTIBULK 3
+#define REDIS_CMD_MULTIBULK 4
 
 #define REDIS_NOTUSED(V) ((void) V)
 
 
 #define REDIS_NOTUSED(V) ((void) V)