mirror of
https://github.com/fluencelabs/redis
synced 2025-06-26 15:31:33 +00:00
fixed a subtle bug in redis-cli not having visible effects
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user