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