Searched refs:expireCommand (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | aof.c | 558 if (cmd->proc == expireCommand || cmd->proc == setexCommand || in catAppendOnlyExpireAtCommand() 564 if (cmd->proc == expireCommand || cmd->proc == pexpireCommand || in catAppendOnlyExpireAtCommand() 595 if (cmd->proc == expireCommand || cmd->proc == pexpireCommand || in feedAppendOnlyFile() 618 buf = catAppendOnlyExpireAtCommand(buf,server.expireCommand,argv[1], in feedAppendOnlyFile()
|
| H A D | expire.c | 453 void expireCommand(client *c) { in expireCommand() function
|
| H A D | server.h | 1001 *expireCommand, *pexpireCommand, *xclaimCommand, member 2013 void expireCommand(client *c);
|
| H A D | server.c | 237 {"expire",expireCommand,3,"wF",0,NULL,1,1,1,0,0}, 1710 server.expireCommand = lookupCommandByCString("expire"); in initServerConfig()
|