Searched refs:masterport (Results 1 – 5 of 5) sorted by relevance
157 set masterport [get_instance_attrib redis $id port]162 if {[lindex $srole 2] != $masterport} continue
1890 server.masterhost,server.masterport,NET_FIRST_BIND_ADDR); in connectWithMaster()1963 server.masterport = port; in replicationSetMaster()2059 && server.masterport == port) { in replicaofCommand()2069 server.masterhost, server.masterport, client); in replicaofCommand()2113 addReplyLongLong(c,server.masterport); in roleCommand()2572 server.masterhost, server.masterport); in replicationCron()
351 server.masterport = atoi(argv[2]); in loadServerConfigFromString()1551 server.masterhost, server.masterport);1914 server.masterhost, server.masterport);
1653 server.masterport = 6379; in initServerConfig()3515 server.masterport, in genRedisInfoString()
1157 int masterport; /* Port of master */ member