1
0
mirror of https://github.com/fluencelabs/redis synced 2025-06-20 20:46:31 +00:00

LOLWUT: wrap it into a proper command.

This commit is contained in:
antirez
2018-09-12 11:34:10 +02:00
parent eac2a79cf5
commit 43385c4375
4 changed files with 40 additions and 15 deletions

@ -322,7 +322,8 @@ struct redisCommand redisCommandTable[] = {
{"xtrim",xtrimCommand,-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}
{"latency",latencyCommand,-2,"aslt",0,NULL,0,0,0,0,0},
{"lolwut",lolwutCommand,-1,"r",0,NULL,0,0,0,0,0}
};
/*============================ Utility functions ============================ */