Home
last modified time | relevance | path

Searched refs:blockForKeys (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_list.c739 blockForKeys(c,BLOCKED_LIST,c->argv + 1,c->argc - 2,timeout,NULL,NULL); in blockingPopGenericCommand()
765 blockForKeys(c,BLOCKED_LIST,c->argv + 1,1,timeout,c->argv[2],NULL); in brpoplpushCommand()
H A Dblocked.c497 void blockForKeys(client *c, int btype, robj **keys, int numkeys, mstime_t timeout, robj *target, s… in blockForKeys() function
H A Dserver.h1914 void blockForKeys(client *c, int btype, robj **keys, int numkeys, mstime_t timeout, robj *target, s…
H A Dt_stream.c1547 blockForKeys(c, BLOCKED_STREAM, c->argv+streams_arg, streams_count, in xreadCommand()
H A Dt_zset.c3296 blockForKeys(c,BLOCKED_ZSET,c->argv + 1,c->argc - 2,timeout,NULL,NULL); in blockingGenericZpopCommand()