Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h33 #define CLUSTER_REDIR_ASK 3 /* -ASK redirection required. */ macro
H A Dcluster.c5587 if (error_code) *error_code = CLUSTER_REDIR_ASK; in getNodeByQuery()
5644 error_code == CLUSTER_REDIR_ASK) in clusterRedirectClient()
5648 (error_code == CLUSTER_REDIR_ASK) ? "ASK" : "MOVED", in clusterRedirectClient()