Home
last modified time | relevance | path

Searched refs:clusterRedirectBlockedClientIfNeeded (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h287 int clusterRedirectBlockedClientIfNeeded(client *c);
H A Dserver.c845 if (clusterRedirectBlockedClientIfNeeded(c)) in clientsCronHandleTimeout()
H A Dcluster.c5666 int clusterRedirectBlockedClientIfNeeded(client *c) { in clusterRedirectBlockedClientIfNeeded() function