mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 09:11:20 +00:00
PFDEBUG added, PFGETREG removed.
PFDEBUG will be the interface to do debugging tasks with a key containing an HLL object.
This commit is contained in:
@ -1460,7 +1460,7 @@ void pfselftestCommand(redisClient *c);
|
||||
void pfaddCommand(redisClient *c);
|
||||
void pfcountCommand(redisClient *c);
|
||||
void pfmergeCommand(redisClient *c);
|
||||
void pfgetregCommand(redisClient *c);
|
||||
void pfdebugCommand(redisClient *c);
|
||||
|
||||
#if defined(__GNUC__)
|
||||
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
|
||||
|
Reference in New Issue
Block a user