mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
HLLCOUNT implemented.
This commit is contained in:
@ -260,7 +260,8 @@ struct redisCommand redisCommandTable[] = {
|
||||
{"bitcount",bitcountCommand,-2,"r",0,NULL,1,1,1,0,0},
|
||||
{"bitpos",bitposCommand,-3,"r",0,NULL,1,1,1,0,0},
|
||||
{"hllselftest",hllSelftestCommand,1,"r",0,NULL,0,0,0,0,0},
|
||||
{"hlladd",hllAddCommand,-2,"wm",0,NULL,1,1,1,0,0}
|
||||
{"hlladd",hllAddCommand,-2,"wm",0,NULL,1,1,1,0,0},
|
||||
{"hllcount",hllCountCommand,2,"r",0,NULL,1,1,1,0,0}
|
||||
};
|
||||
|
||||
/*============================ Utility functions ============================ */
|
||||
|
Reference in New Issue
Block a user