LATENCY SAMPLES implemented.

This commit is contained in:
antirez
2014-07-01 16:04:59 +02:00
parent 44cf7395a2
commit 41c9d1c08f
3 changed files with 48 additions and 2 deletions

View File

@ -1487,6 +1487,7 @@ void pfaddCommand(redisClient *c);
void pfcountCommand(redisClient *c);
void pfmergeCommand(redisClient *c);
void pfdebugCommand(redisClient *c);
void latencyCommand(redisClient *c);
#if defined(__GNUC__)
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));