Home
last modified time | relevance | path

Searched refs:BLOCKED_LIST (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dblocked.c163 if (c->btype == BLOCKED_LIST || in unblockClient()
187 if (c->btype == BLOCKED_LIST || in replyToBlockedClientTimedOut()
281 if (receiver->btype != BLOCKED_LIST) { in handleClientsBlockedOnKeys()
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 Dserver.h265 #define BLOCKED_LIST 1 /* BLPOP & co. */ macro
H A Dcluster.c5668 (c->btype == BLOCKED_LIST || in clusterRedirectBlockedClientIfNeeded()