Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dexpire.c458 void expireatCommand(client *c) { in expireatCommand() function
H A Daof.c559 cmd->proc == expireatCommand) in catAppendOnlyExpireAtCommand()
596 cmd->proc == expireatCommand) { in feedAppendOnlyFile()
H A Dserver.h2014 void expireatCommand(client *c);
H A Dserver.c238 {"expireat",expireatCommand,3,"wF",0,NULL,1,1,1,0,0},