Searched refs:setexCommand (Results 1 – 4 of 4) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | aof.c | 489 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 D | t_string.c | 147 void setexCommand(client *c) { in setexCommand() function
|
| H A D | server.h | 1485 void setexCommand(client *c);
|
| H A D | server.c | 129 {"setex",setexCommand,4,"wm",0,NULL,1,1,1,0,0},
|