CLIENT LIST implemented

This commit is contained in:
antirez
2011-04-21 15:38:02 +02:00
parent 1c30cad1ab
commit 91867a5ea2
6 changed files with 69 additions and 2 deletions

View File

@ -1031,6 +1031,7 @@ void publishCommand(redisClient *c);
void watchCommand(redisClient *c);
void unwatchCommand(redisClient *c);
void objectCommand(redisClient *c);
void clientCommand(redisClient *c);
#if defined(__GNUC__)
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));