HLLCOUNT implemented.

This commit is contained in:
antirez
2014-03-28 17:37:18 +01:00
parent 959d0f012a
commit 3035075b2c
3 changed files with 68 additions and 2 deletions

View File

@ -1352,6 +1352,7 @@ void bitposCommand(redisClient *c);
void replconfCommand(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));