Searched refs:BLOCKED_ZSET (Results 1 – 4 of 4) sorted by relevance
164 c->btype == BLOCKED_ZSET || in unblockClient()188 c->btype == BLOCKED_ZSET || in replyToBlockedClientTimedOut()343 if (receiver->btype != BLOCKED_ZSET) { in handleClientsBlockedOnKeys()
269 #define BLOCKED_ZSET 5 /* BZPOP et al. */ macro
3296 blockForKeys(c,BLOCKED_ZSET,c->argv + 1,c->argc - 2,timeout,NULL,NULL); in blockingGenericZpopCommand()
5669 c->btype == BLOCKED_ZSET || in clusterRedirectBlockedClientIfNeeded()