Lines Matching refs:addReplyErrorFormat
3890 addReplyErrorFormat(c,"Invalid TCP port specified: %s", in clusterCommand()
3898 addReplyErrorFormat(c,"Invalid node address specified: %s:%s", in clusterCommand()
3944 addReplyErrorFormat(c,"Slot %d is already unassigned", slot); in clusterCommand()
3948 addReplyErrorFormat(c,"Slot %d is already busy", slot); in clusterCommand()
3953 addReplyErrorFormat(c,"Slot %d specified multiple times", in clusterCommand()
3993 addReplyErrorFormat(c,"I'm not the owner of hash slot %u",slot); in clusterCommand()
3997 addReplyErrorFormat(c,"I don't know about node %s", in clusterCommand()
4004 addReplyErrorFormat(c, in clusterCommand()
4009 addReplyErrorFormat(c,"I don't know about node %s", in clusterCommand()
4023 addReplyErrorFormat(c,"Unknown node %s", in clusterCommand()
4031 addReplyErrorFormat(c, in clusterCommand()
4138 addReplyErrorFormat(c,"error saving the cluster node config: %s", in clusterCommand()
4182 addReplyErrorFormat(c,"Unknown node %s", (char*)c->argv[2]->ptr); in clusterCommand()
4202 addReplyErrorFormat(c,"Unknown node %s", (char*)c->argv[2]->ptr); in clusterCommand()
4240 addReplyErrorFormat(c,"Unknown node %s", (char*)c->argv[2]->ptr); in clusterCommand()
4262 addReplyErrorFormat(c,"Unknown node %s", (char*)c->argv[2]->ptr); in clusterCommand()
4337 addReplyErrorFormat(c,"Invalid config epoch specified: %lld",epoch); in clusterCommand()
4585 addReplyErrorFormat(c,"Can't connect to target node: %s", in migrateGetSocket()
4817 addReplyErrorFormat(c,"Target instance replied with error: %s", in migrateCommand()