Home
last modified time | relevance | path

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

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