Commit e17e0b05 authored by antirez's avatar antirez
Browse files

fixed a subtle bug in redis-cli not having visible effects

parent 0188805d
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment