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

This commit is contained in:
antirez 2009-11-30 19:26:52 +01:00
parent 0188805dd6
commit e17e0b0529

View 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)