Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dexpire.c463 void pexpireCommand(client *c) { in pexpireCommand() function
H A Daof.c564 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 Dserver.h1001 *expireCommand, *pexpireCommand, *xclaimCommand, member
2015 void pexpireCommand(client *c);
H A Dserver.c239 {"pexpire",pexpireCommand,3,"wF",0,NULL,1,1,1,0,0},
1711 server.pexpireCommand = lookupCommandByCString("pexpire"); in initServerConfig()