projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0188805
)
fixed a subtle bug in redis-cli not having visible effects
author
antirez
<antirez@gmail.com>
Mon, 30 Nov 2009 18:26:52 +0000
(19:26 +0100)
committer
antirez
<antirez@gmail.com>
Mon, 30 Nov 2009 18:26:52 +0000
(19:26 +0100)
redis-cli.c
patch
|
blob
|
blame
|
history
diff --git
a/redis-cli.c
b/redis-cli.c
index ea3cf9d513a979569a1fed9bc4c374f175578eaa..eef85f2453f642737c1a2883bc255f8f389b56ff 100644
(file)
--- 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)