CG: XACK implementation.

This commit is contained in:
antirez
2018-01-25 16:39:49 +01:00
parent 5bbd117c29
commit 388c69fe4e
3 changed files with 56 additions and 4 deletions

View File

@ -309,6 +309,7 @@ struct redisCommand redisCommandTable[] = {
{"xread",xreadCommand,-3,"rs",0,xreadGetKeys,1,1,1,0,0},
{"xreadgroup",xreadCommand,-3,"ws",0,xreadGetKeys,1,1,1,0,0},
{"xgroup",xgroupCommand,-2,"wm",0,NULL,2,2,1,0,0},
{"xack",xackCommand,-3,"wF",0,NULL,1,1,1,0,0},
{"post",securityWarningCommand,-1,"lt",0,NULL,0,0,0,0,0},
{"host:",securityWarningCommand,-1,"lt",0,NULL,0,0,0,0,0},
{"latency",latencyCommand,-2,"aslt",0,NULL,0,0,0,0,0}