Searched refs:logical_db (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/cachedb/
H A Dredis.c62 int logical_db; /* the redis logical database to use */ member in struct:redis_moddata
117 if(moddata->logical_db > 0) {
119 rep = redisCommand(ctx, "SELECT %d", moddata->logical_db);
122 moddata->logical_db);
164 moddata->logical_db = env->cfg->redis_logical_db;

Completed in 184 milliseconds