Searched refs:blockForKeys (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_list.c | 739 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 D | blocked.c | 497 void blockForKeys(client *c, int btype, robj **keys, int numkeys, mstime_t timeout, robj *target, s… in blockForKeys() function
|
| H A D | server.h | 1914 void blockForKeys(client *c, int btype, robj **keys, int numkeys, mstime_t timeout, robj *target, s…
|
| H A D | t_stream.c | 1547 blockForKeys(c, BLOCKED_STREAM, c->argv+streams_arg, streams_count, in xreadCommand()
|
| H A D | t_zset.c | 3296 blockForKeys(c,BLOCKED_ZSET,c->argv + 1,c->argc - 2,timeout,NULL,NULL); in blockingGenericZpopCommand()
|