]> git.saurik.com Git - redis.git/blobdiff - src/redis-cli.c
Revert "Function to compute RSS memory usage in a fast way, suitable to be called...
[redis.git] / src / redis-cli.c
index 5071604b871112b23b0acdb3a7abd40881dc89b1..aa7306b449f70b3d6fa5bdc9cfe921c7d885a0bb 100644 (file)
 #include "zmalloc.h"
 #include "linenoise.h"
 
-#define REDIS_CMD_INLINE 1
-#define REDIS_CMD_BULK 2
-#define REDIS_CMD_MULTIBULK 4
-
 #define REDIS_NOTUSED(V) ((void) V)
 
 static struct config {