Home
last modified time | relevance | path

Searched refs:hostip (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dredis-benchmark.c54 const char *hostip; member
321 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()
H A Dredis-cli.c186 char *hostip; member
1050 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 …]