Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dt_list.c227 void lpushCommand(client *c) { in lpushCommand() function
766 propagate(server.lpushCommand, in serveClientBlockedOnList()
H A Dserver.h754 struct redisCommand *delCommand, *multiCommand, *lpushCommand, *lpopCommand, member
1513 void lpushCommand(client *c);
H A Dserver.c145 {"lpush",lpushCommand,-3,"wmF",0,NULL,1,1,1,0,0},
1588 server.lpushCommand = lookupCommandByCString("lpush"); in initServerConfig()