Apache2
apr_redis_t Struct Reference

#include <apr_redis.h>

Collaboration diagram for apr_redis_t:

Data Fields

apr_uint32_t flags
 
apr_uint16_t nalloc
 
apr_uint16_t ntotal
 
apr_redis_server_t ** live_servers
 
apr_pool_tp
 
void * hash_baton
 
apr_redis_hash_func hash_func
 
void * server_baton
 
apr_redis_server_func server_func
 

Detailed Description

Container for a set of redis servers

Field Documentation

◆ flags

apr_uint32_t apr_redis_t::flags

Flags, Not currently used

◆ hash_baton

void* apr_redis_t::hash_baton

Pool to use for allocations

◆ hash_func

apr_redis_hash_func apr_redis_t::hash_func

◆ live_servers

apr_redis_server_t** apr_redis_t::live_servers

Array of Servers

◆ nalloc

apr_uint16_t apr_redis_t::nalloc

Number of Servers Allocated

◆ ntotal

apr_uint16_t apr_redis_t::ntotal

Number of Servers Added

◆ p

apr_pool_t* apr_redis_t::p

◆ server_baton

void* apr_redis_t::server_baton

◆ server_func

apr_redis_server_func apr_redis_t::server_func

The documentation for this struct was generated from the following file: