Lines Matching refs:addReplyErrorFormat
4229 addReplyErrorFormat(c,"Invalid TCP base port specified: %s", in clusterCommand()
4236 addReplyErrorFormat(c,"Invalid TCP bus port specified: %s", in clusterCommand()
4247 addReplyErrorFormat(c,"Invalid node address specified: %s:%s", in clusterCommand()
4293 addReplyErrorFormat(c,"Slot %d is already unassigned", slot); in clusterCommand()
4297 addReplyErrorFormat(c,"Slot %d is already busy", slot); in clusterCommand()
4302 addReplyErrorFormat(c,"Slot %d specified multiple times", in clusterCommand()
4342 addReplyErrorFormat(c,"I'm not the owner of hash slot %u",slot); in clusterCommand()
4346 addReplyErrorFormat(c,"I don't know about node %s", in clusterCommand()
4353 addReplyErrorFormat(c, in clusterCommand()
4358 addReplyErrorFormat(c,"I don't know about node %s", in clusterCommand()
4372 addReplyErrorFormat(c,"Unknown node %s", in clusterCommand()
4380 addReplyErrorFormat(c, in clusterCommand()
4511 addReplyErrorFormat(c,"error saving the cluster node config: %s", in clusterCommand()
4563 addReplyErrorFormat(c,"Unknown node %s", (char*)c->argv[2]->ptr); in clusterCommand()
4583 addReplyErrorFormat(c,"Unknown node %s", (char*)c->argv[2]->ptr); in clusterCommand()
4622 addReplyErrorFormat(c,"Unknown node %s", (char*)c->argv[2]->ptr); in clusterCommand()
4644 addReplyErrorFormat(c,"Unknown node %s", (char*)c->argv[2]->ptr); in clusterCommand()
4719 addReplyErrorFormat(c,"Invalid config epoch specified: %lld",epoch); in clusterCommand()
4996 addReplyErrorFormat(c,"Can't connect to target node: %s", in migrateGetSocket()
5280 addReplyErrorFormat(c,"Target instance replied with error: %s", in migrateCommand()