Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_string.c152 void psetexCommand(client *c) { in psetexCommand() function
H A Daof.c565 cmd->proc == setexCommand || cmd->proc == psetexCommand) in catAppendOnlyExpireAtCommand()
599 } else if (cmd->proc == setexCommand || cmd->proc == psetexCommand) { in feedAppendOnlyFile()
H A Dserver.h1948 void psetexCommand(client *c);
H A Dserver.c138 {"psetex",psetexCommand,4,"wm",0,NULL,1,1,1,0,0},