Searched refs:psetexCommand (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_string.c | 152 void psetexCommand(client *c) { in psetexCommand() function
|
| H A D | aof.c | 565 cmd->proc == setexCommand || cmd->proc == psetexCommand) in catAppendOnlyExpireAtCommand() 599 } else if (cmd->proc == setexCommand || cmd->proc == psetexCommand) { in feedAppendOnlyFile()
|
| H A D | server.h | 1948 void psetexCommand(client *c);
|
| H A D | server.c | 138 {"psetex",psetexCommand,4,"wm",0,NULL,1,1,1,0,0},
|