Searched refs:hostport (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-benchmark.c | 55 int hostport; 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() 502 config.hostport = atoi(argv[++i]); in parseOptions() 677 config.hostport = 6379; in main()
|
| H A D | redis-cli.c | 187 int hostport; member 276 anetFormatAddr(addr, sizeof(addr), config.hostip, config.hostport); in cliRefreshPrompt() 395 config.hostport = atoi(port + 1); in parseRedisUri() 763 context = redisConnect(config.hostip,config.hostport); in cliConnect() 773 config.hostip,config.hostport,context->errstr); in cliConnect() 1052 config.hostport = atoi(s+1); in cliReadReply() 1055 slot, config.hostip, config.hostport); in cliReadReply() 1204 c = redisConnect(config.hostip,config.hostport); in reconnectingRedisCommand() 1244 config.hostport = atoi(argv[++i]); in parseOptions() 1756 config.hostport = atoi(argv[2]); in repl() [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/bin/ |
| H A D | jeprof.in | 3293 my $hostport = $2; 3297 my $host = $hostport; 3300 my $baseurl = "$proto$hostport$prefix";
|