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

@ -265,7 +265,7 @@ struct redisCommand redisCommandTable[] = {
{"pfadd",pfaddCommand,-2,"wm",0,NULL,1,1,1,0,0},
{"pfcount",pfcountCommand,2,"w",0,NULL,1,1,1,0,0},
{"pfmerge",pfmergeCommand,-2,"wm",0,NULL,1,-1,1,0,0},
{"pfgetreg",pfgetregCommand,2,"r",0,NULL,0,0,0,0,0}
{"pfdebug",pfdebugCommand,-3,"r",0,NULL,0,0,0,0,0}
};
/*============================ Utility functions ============================ */