HLLADD implemented.

This commit is contained in:
antirez
2014-03-28 16:24:35 +01:00
parent 0faae58091
commit bb57749a86
3 changed files with 93 additions and 3 deletions

View File

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