Home
last modified time | relevance | path

Searched refs:setexCommand (Results 1 – 4 of 4) sorted by relevance

/redis-3.2.3/src/
H A Daof.c489 if (cmd->proc == expireCommand || cmd->proc == setexCommand || in catAppendOnlyExpireAtCommand()
496 cmd->proc == setexCommand || cmd->proc == psetexCommand) in catAppendOnlyExpireAtCommand()
530 } else if (cmd->proc == setexCommand || cmd->proc == psetexCommand) { in feedAppendOnlyFile()
H A Dt_string.c147 void setexCommand(client *c) { in setexCommand() function
H A Dserver.h1485 void setexCommand(client *c);
H A Dserver.c129 {"setex",setexCommand,4,"wm",0,NULL,1,1,1,0,0},