Searched refs:rpopCommand (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_list.c | 394 void rpopCommand(client *c) { in rpopCommand() function 638 server.lpopCommand : server.rpopCommand, in serveClientBlockedOnList() 659 propagate(server.rpopCommand, in serveClientBlockedOnList()
|
| H A D | server.h | 999 *lpopCommand, *rpopCommand, *zpopminCommand, member 1983 void rpopCommand(client *c);
|
| H A D | server.c | 158 {"rpop",rpopCommand,2,"wF",0,NULL,1,1,1,0,0}, 1705 server.rpopCommand = lookupCommandByCString("rpop"); in initServerConfig()
|