HLLADD implemented.

This commit is contained in:
antirez
2014-03-28 16:24:35 +01:00
parent ac29bb2ae4
commit 959d0f012a
3 changed files with 94 additions and 4 deletions

View File

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