Home
last modified time | relevance | path

Searched refs:CLUSTER_REDIR_UNSTABLE (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h32 #define CLUSTER_REDIR_UNSTABLE 2 /* -TRYAGAIN redirection required */ macro
H A Dcluster.c5599 if (error_code) *error_code = CLUSTER_REDIR_UNSTABLE; in getNodeByQuery()
5634 } else if (error_code == CLUSTER_REDIR_UNSTABLE) { in clusterRedirectClient()