Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h30 #define CLUSTER_REDIR_NONE 0 /* Node can serve the request. */ macro
H A Dcluster.c5465 if (error_code) *error_code = CLUSTER_REDIR_NONE; in getNodeByQuery()