Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Daof.c558 if (cmd->proc == expireCommand || cmd->proc == setexCommand || in catAppendOnlyExpireAtCommand()
565 cmd->proc == setexCommand || cmd->proc == psetexCommand) in catAppendOnlyExpireAtCommand()
599 } 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.h1947 void setexCommand(client *c);
H A Dserver.c137 {"setex",setexCommand,4,"wm",0,NULL,1,1,1,0,0},