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:
antirez
2014-04-13 23:01:21 +02:00
parent 0e0ddcc4fa
commit 5c86d9e7b0
3 changed files with 25 additions and 9 deletions

View File

@ -1363,7 +1363,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));