Searched refs:hostip (Results 1 – 2 of 2) sorted by relevance
54 const char *hostip; member321 c->context = redisConnectNonBlock(config.hostip,config.hostport); in createClient()328 fprintf(stderr,"%s:%d: %s\n",config.hostip,config.hostport,c->context->errstr); in createClient()499 config.hostip = strdup(argv[++i]); in parseOptions()676 config.hostip = "127.0.0.1"; in main()
186 char *hostip; member1050 sdsfree(config.hostip); in cliReadReply()1051 config.hostip = sdsnew(p+1); in cliReadReply()1055 slot, config.hostip, config.hostport); in cliReadReply()1235 sdsfree(config.hostip); in parseOptions()1236 config.hostip = sdsnew(argv[++i]); in parseOptions()1754 sdsfree(config.hostip); in repl()1755 config.hostip = sdsnew(argv[1]); in repl()4573 sdsfree(config.hostip); in clusterManagerMode()6994 config.hostip = sdsnew("127.0.0.1"); in main()[all …]