Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dblocked.c164 c->btype == BLOCKED_ZSET || in unblockClient()
188 c->btype == BLOCKED_ZSET || in replyToBlockedClientTimedOut()
343 if (receiver->btype != BLOCKED_ZSET) { in handleClientsBlockedOnKeys()
H A Dserver.h269 #define BLOCKED_ZSET 5 /* BZPOP et al. */ macro
H A Dt_zset.c3296 blockForKeys(c,BLOCKED_ZSET,c->argv + 1,c->argc - 2,timeout,NULL,NULL); in blockingGenericZpopCommand()
H A Dcluster.c5669 c->btype == BLOCKED_ZSET || in clusterRedirectBlockedClientIfNeeded()