mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 23:31:03 +00:00
fixed a subtle bug in redis-cli not having visible effects
This commit is contained in:
parent
0188805dd6
commit
e17e0b0529
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#define REDIS_CMD_INLINE 1
|
#define REDIS_CMD_INLINE 1
|
||||||
#define REDIS_CMD_BULK 2
|
#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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user