Home
last modified time | relevance | path

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

/dports/databases/redis5/redis-5.0.14/src/
H A Dt_list.c711 void blockingPopGenericCommand(client *c, int where) { in blockingPopGenericCommand() function
768 blockingPopGenericCommand(c,LIST_HEAD); in blpopCommand()
772 blockingPopGenericCommand(c,LIST_TAIL); in brpopCommand()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dt_list.c1031 void blockingPopGenericCommand(client *c, robj **keys, int numkeys, int where, int timeout_idx, lon… in blockingPopGenericCommand() function
1099 blockingPopGenericCommand(c,c->argv+1,c->argc-2,LIST_HEAD,c->argc-1,-1); in blpopCommand()
1104 blockingPopGenericCommand(c,c->argv+1,c->argc-2,LIST_TAIL,c->argc-1,-1); in brpopCommand()
1194 blockingPopGenericCommand(c, c->argv+numkeys_idx+1, numkeys, where, 1, count); in lmpopGenericCommand()
/dports/databases/redis6/redis-6.0.16/src/
H A Dt_list.c826 void blockingPopGenericCommand(client *c, int where) { in blockingPopGenericCommand() function
883 blockingPopGenericCommand(c,LIST_HEAD); in blpopCommand()
887 blockingPopGenericCommand(c,LIST_TAIL); in brpopCommand()