Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_list.c226 void lpushCommand(client *c) { in lpushCommand() function
669 propagate(server.lpushCommand, in serveClientBlockedOnList()
H A Dserver.h998 struct redisCommand *delCommand, *multiCommand, *lpushCommand, member
1977 void lpushCommand(client *c);
H A Dserver.c154 {"lpush",lpushCommand,-3,"wmF",0,NULL,1,1,1,0,0},
1703 server.lpushCommand = lookupCommandByCString("lpush"); in initServerConfig()