Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h95 #define CLUSTERMSG_TYPE_PUBLISH 4 /* Pub/Sub Publish propagation */ macro
H A Dcluster.c1672 } else if (type == CLUSTERMSG_TYPE_PUBLISH) { in clusterProcessPacket()
2022 } else if (type == CLUSTERMSG_TYPE_PUBLISH) { in clusterProcessPacket()
2529 clusterBuildMessageHdr(hdr,CLUSTERMSG_TYPE_PUBLISH); in clusterSendPublish()
4095 case CLUSTERMSG_TYPE_PUBLISH: return "publish"; in clusterGetMessageTypeString()