HLLCOUNT implemented.

This commit is contained in:
antirez
2014-03-28 17:37:18 +01:00
parent bb57749a86
commit 93e5876a72
3 changed files with 68 additions and 2 deletions

View File

@ -1449,6 +1449,7 @@ void replconfCommand(redisClient *c);
void waitCommand(redisClient *c);
void hllSelftestCommand(redisClient *c);
void hllAddCommand(redisClient *c);
void hllCountCommand(redisClient *c);
#if defined(__GNUC__)
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));