Apache Portable Runtime
Loading...
Searching...
No Matches
Data Fields
apr_redis_server_t Struct Reference

Data Fields

const char * host
 
apr_port_t port
 
apr_redis_server_status_t status
 
apr_reslist_tconns
 
apr_pool_tp
 
apr_thread_mutex_tlock
 
apr_time_t btime
 
apr_uint32_t rwto
 
struct { 
 
   int   major 
 
   int   minor 
 
   int   patch 
 
   char *   number 
 
version 
 

Field Documentation

◆ conns

apr_reslist_t* apr_redis_server_t::conns

Resource list of actual client connections

◆ host

const char* apr_redis_server_t::host

Hostname of this Server

◆ lock

apr_thread_mutex_t* apr_redis_server_t::lock

Pool to use for private allocations

◆ port

apr_port_t apr_redis_server_t::port

Port of this Server

◆ status

apr_redis_server_status_t apr_redis_server_t::status

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