OBJECT command implemented

This commit is contained in:
antirez
2011-04-06 12:19:45 +02:00
parent abdbfc14c0
commit cf6c3f4b04
3 changed files with 42 additions and 1 deletions

View File

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