Apache2
|
#include <apr_redis.h>
Container for a set of redis servers
apr_uint32_t apr_redis_t::flags |
Flags, Not currently used
void* apr_redis_t::hash_baton |
Pool to use for allocations
apr_redis_hash_func apr_redis_t::hash_func |
apr_redis_server_t** apr_redis_t::live_servers |
Array of Servers
apr_uint16_t apr_redis_t::nalloc |
Number of Servers Allocated
apr_uint16_t apr_redis_t::ntotal |
Number of Servers Added
apr_pool_t* apr_redis_t::p |
void* apr_redis_t::server_baton |
apr_redis_server_func apr_redis_t::server_func |