TIME command.

This commit is contained in:
antirez
2012-03-07 10:38:01 +01:00
parent 60893c6cc6
commit 9494f1f15b
2 changed files with 14 additions and 1 deletions

View File

@ -1218,6 +1218,7 @@ void clientCommand(redisClient *c);
void evalCommand(redisClient *c);
void evalShaCommand(redisClient *c);
void scriptCommand(redisClient *c);
void timeCommand(redisClient *c);
#if defined(__GNUC__)
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));