Home
last modified time | relevance | path

Searched refs:clusterPropagatePublish (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dpubsub.c320 clusterPropagatePublish(c->argv[1],c->argv[2]); in publishCommand()
H A Dserver.h1880 void clusterPropagatePublish(robj *channel, robj *message);
H A Dcluster.c2650 void clusterPropagatePublish(robj *channel, robj *message) { in clusterPropagatePublish() function