summaryrefslogtreecommitdiff
path: root/src/redis.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/redis.c')
-rw-r--r--src/redis.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/redis.c b/src/redis.c
index dbcf561fe..03268be79 100644
--- a/src/redis.c
+++ b/src/redis.c
@@ -268,10 +268,10 @@ 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},
{"wait",waitCommand,3,"rs",0,NULL,0,0,0,0,0},
- {"pselftest",pselftestCommand,1,"r",0,NULL,0,0,0,0,0},
- {"padd",paddCommand,-2,"wm",0,NULL,1,1,1,0,0},
- {"pcount",pcountCommand,2,"w",0,NULL,1,1,1,0,0},
- {"pmerge",pmergeCommand,-2,"wm",0,NULL,1,-1,1,0,0}
+ {"pfselftest",pfselftestCommand,1,"r",0,NULL,0,0,0,0,0},
+ {"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}
};
struct evictionPoolEntry *evictionPoolAlloc(void);