mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 09:11:20 +00:00
PFGETREG added for testing purposes.
The new command allows to get a dump of the registers stored into an HyperLogLog data structure for testing / debugging purposes.
This commit is contained in:
@ -1452,6 +1452,7 @@ void pfselftestCommand(redisClient *c);
|
||||
void pfaddCommand(redisClient *c);
|
||||
void pfcountCommand(redisClient *c);
|
||||
void pfmergeCommand(redisClient *c);
|
||||
void pfgetregCommand(redisClient *c);
|
||||
|
||||
#if defined(__GNUC__)
|
||||
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
|
||||
|
Reference in New Issue
Block a user