Streams: XDEL command.

This commit is contained in:
antirez
2018-04-18 13:12:09 +02:00
parent 9c149bf1f1
commit aba76320d5
3 changed files with 33 additions and 2 deletions

View File

@ -313,6 +313,7 @@ struct redisCommand redisCommandTable[] = {
{"xpending",xpendingCommand,-3,"r",0,NULL,1,1,1,0,0},
{"xclaim",xclaimCommand,-5,"wF",0,NULL,1,1,1,0,0},
{"xinfo",xinfoCommand,-2,"r",0,NULL,2,2,1,0,0},
{"xdel",xdelCommand,-2,"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}