mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
HLLMERGE implemented.
Merge N HLL data structures by selecting the max value for every M[i] register among the set of HLLs.
This commit is contained in:
@ -1354,6 +1354,7 @@ void replconfCommand(redisClient *c);
|
||||
void hllSelftestCommand(redisClient *c);
|
||||
void hllAddCommand(redisClient *c);
|
||||
void hllCountCommand(redisClient *c);
|
||||
void hllMergeCommand(redisClient *c);
|
||||
|
||||
#if defined(__GNUC__)
|
||||
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
|
||||
|
Reference in New Issue
Block a user