mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
LATENCY SAMPLES implemented.
This commit is contained in:
@ -1388,6 +1388,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));
|
||||
|
Reference in New Issue
Block a user