summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMOON_CLJ <lijunli2598@gmail.com>2015-06-26 17:58:45 +0800
committerMOON_CLJ <lijunli2598@gmail.com>2015-06-26 17:58:45 +0800
commitc2322357343756b56adefd8f2f70dc09f43b1bb8 (patch)
treeabd918d3c09c20f1eae00738b1bf20ff03dcf365
parent821a986643717018cad8af9f35cba49818e60294 (diff)
downloadredis-c2322357343756b56adefd8f2f70dc09f43b1bb8.tar.gz
pfcount support multi keys
-rw-r--r--src/redis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redis.c b/src/redis.c
index 09653119a..a392da110 100644
--- a/src/redis.c
+++ b/src/redis.c
@@ -284,7 +284,7 @@ struct redisCommand redisCommandTable[] = {
{"command",commandCommand,0,"rlt",0,NULL,0,0,0,0,0},
{"pfselftest",pfselftestCommand,1,"r",0,NULL,0,0,0,0,0},
{"pfadd",pfaddCommand,-2,"wmF",0,NULL,1,1,1,0,0},
- {"pfcount",pfcountCommand,-2,"r",0,NULL,1,1,1,0,0},
+ {"pfcount",pfcountCommand,-2,"r",0,NULL,1,-1,1,0,0},
{"pfmerge",pfmergeCommand,-2,"wm",0,NULL,1,-1,1,0,0},
{"pfdebug",pfdebugCommand,-3,"w",0,NULL,0,0,0,0,0},
{"latency",latencyCommand,-2,"arslt",0,NULL,0,0,0,0,0}