Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h94 #define CLUSTERMSG_TYPE_FAIL 3 /* Mark node xxx as failing */ macro
H A Dcluster.c1667 } else if (type == CLUSTERMSG_TYPE_FAIL) { in clusterProcessPacket()
2000 } else if (type == CLUSTERMSG_TYPE_FAIL) { in clusterProcessPacket()
2310 if (type == CLUSTERMSG_TYPE_FAIL) { in clusterBuildMessageHdr()
2568 clusterBuildMessageHdr(hdr,CLUSTERMSG_TYPE_FAIL); in clusterSendFail()
4094 case CLUSTERMSG_TYPE_FAIL: return "fail"; in clusterGetMessageTypeString()