Home
last modified time | relevance | path

Searched refs:delCommand (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Ddb.c486 void delCommand(client *c) { in delCommand() function
1122 feedAppendOnlyFile(server.delCommand,db->id,argv,2); in propagateExpire()
H A Dserver.h998 struct redisCommand *delCommand, *multiCommand, *lpushCommand, member
1950 void delCommand(client *c);
H A Dserver.c141 {"del",delCommand,-2,"w",0,NULL,1,-1,1,0,0},
1701 server.delCommand = lookupCommandByCString("del"); in initServerConfig()