Home
last modified time | relevance | path

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

/dports/databases/redis6/redis-6.0.16/src/
H A Dcluster.h28 #define CLUSTER_REDIR_ASK 3 /* -ASK redirection required. */ macro
H A Dcluster.c5764 if (error_code) *error_code = CLUSTER_REDIR_ASK; in getNodeByQuery()
5825 error_code == CLUSTER_REDIR_ASK) in clusterRedirectClient()
5829 (error_code == CLUSTER_REDIR_ASK) ? "ASK" : "MOVED", in clusterRedirectClient()
/dports/databases/redis5/redis-5.0.14/src/
H A Dcluster.h33 #define CLUSTER_REDIR_ASK 3 /* -ASK redirection required. */ macro
H A Dcluster.c5652 if (error_code) *error_code = CLUSTER_REDIR_ASK; in getNodeByQuery()
5709 error_code == CLUSTER_REDIR_ASK) in clusterRedirectClient()
5713 (error_code == CLUSTER_REDIR_ASK) ? "ASK" : "MOVED", in clusterRedirectClient()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dcluster.h26 #define CLUSTER_REDIR_ASK 3 /* -ASK redirection required. */ macro
H A Dcluster.c6060 if (error_code) *error_code = CLUSTER_REDIR_ASK; in getNodeByQuery()
6120 error_code == CLUSTER_REDIR_ASK) in clusterRedirectClient()
6129 (error_code == CLUSTER_REDIR_ASK) ? "ASK" : "MOVED", in clusterRedirectClient()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-c/examples/
H A Dcluster.c5332 if (error_code) *error_code = CLUSTER_REDIR_ASK; in getNodeByQuery()
5388 error_code == CLUSTER_REDIR_ASK) in clusterRedirectClient()
5392 (error_code == CLUSTER_REDIR_ASK) ? "ASK" : "MOVED", in clusterRedirectClient()