Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h100 #define CLUSTERMSG_TYPE_MODULE 9 /* Module cluster API message. */ macro
H A Dcluster.c1692 } else if (type == CLUSTERMSG_TYPE_MODULE) { in clusterProcessPacket()
2092 } else if (type == CLUSTERMSG_TYPE_MODULE) { in clusterProcessPacket()
2597 clusterBuildMessageHdr(hdr,CLUSTERMSG_TYPE_MODULE); in clusterSendModule()
4100 case CLUSTERMSG_TYPE_MODULE: return "module"; in clusterGetMessageTypeString()