mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 09:11:20 +00:00
HyperLogLog: make API use the P prefix in honor of Philippe Flajolet.
This commit is contained in:
@ -1448,10 +1448,10 @@ void bitcountCommand(redisClient *c);
|
||||
void bitposCommand(redisClient *c);
|
||||
void replconfCommand(redisClient *c);
|
||||
void waitCommand(redisClient *c);
|
||||
void hllSelftestCommand(redisClient *c);
|
||||
void hllAddCommand(redisClient *c);
|
||||
void hllCountCommand(redisClient *c);
|
||||
void hllMergeCommand(redisClient *c);
|
||||
void pselftestCommand(redisClient *c);
|
||||
void paddCommand(redisClient *c);
|
||||
void pcountCommand(redisClient *c);
|
||||
void pmergeCommand(redisClient *c);
|
||||
|
||||
#if defined(__GNUC__)
|
||||
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
|
||||
|
Reference in New Issue
Block a user