Searched refs:redis_timeout (Results 1 – 5 of 5) sorted by relevance
163 moddata->command_timeout.tv_sec = env->cfg->redis_timeout / 1000; in redis_init()165 (env->cfg->redis_timeout % 1000) * 1000; in redis_init()166 moddata->connect_timeout.tv_sec = env->cfg->redis_timeout / 1000; in redis_init()168 (env->cfg->redis_timeout % 1000) * 1000; in redis_init()
748 int redis_timeout; member
3871 redis_server_host | redis_server_port | redis_timeout |3977 redis_timeout: VAR_CACHEDB_REDISTIMEOUT STRING_ARG3983 else cfg_parser->cfg->redis_timeout = atoi($2);
404 cfg->redis_timeout = 100; in config_create()1381 else O_DEC(opt, "redis-timeout", redis_timeout) in config_get_option()
7645 else cfg_parser->cfg->redis_timeout = atoi((yyvsp[0].str)); in yyparse()