Home
last modified time | relevance | path

Searched refs:redis_timeout (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/unbound/cachedb/
HDredis.c163 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()
/freebsd-14-stable/contrib/unbound/util/
HDconfig_file.h748 int redis_timeout; member
HDconfigparser.y3871 redis_server_host | redis_server_port | redis_timeout |
3977 redis_timeout: VAR_CACHEDB_REDISTIMEOUT STRING_ARG
3983 else cfg_parser->cfg->redis_timeout = atoi($2);
HDconfig_file.c404 cfg->redis_timeout = 100; in config_create()
1381 else O_DEC(opt, "redis-timeout", redis_timeout) in config_get_option()
HDconfigparser.c7645 else cfg_parser->cfg->redis_timeout = atoi((yyvsp[0].str)); in yyparse()