CG: XCLAIM now updates the idle time of the message.

This commit is contained in:
antirez
2018-02-21 11:42:51 +01:00
parent f7d4c3acdf
commit b26f03bd69
3 changed files with 18 additions and 8 deletions

View File

@ -311,6 +311,7 @@ struct redisCommand redisCommandTable[] = {
{"xgroup",xgroupCommand,-2,"wm",0,NULL,2,2,1,0,0},
{"xack",xackCommand,-3,"wF",0,NULL,1,1,1,0,0},
{"xpending",xpendingCommand,-3,"r",0,NULL,1,1,1,0,0},
{"xclaim",xclaimCommand,-5,"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}