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:
antirez
2014-04-03 10:45:30 +02:00
parent e6fda1c9ed
commit aecb59b0b2
3 changed files with 42 additions and 2 deletions

View File

@ -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));