|
Apache HTTPD
|
#include <apr_redis.h>
Public Attributes | ||
| const char * | host | |
| apr_port_t | port | |
| apr_redis_server_status_t | status | |
| apr_redis_conn_t * | conn | |
| apr_pool_t * | p | |
| apr_time_t | btime | |
| apr_uint32_t | rwto | |
| struct { | ||
| int major | ||
| int minor | ||
| int patch | ||
| char * number | ||
| } | version | |
Definition at line 75 of file apr_redis.h.
| apr_time_t apr_redis_server_t::btime |
Pool to use for private allocations
Definition at line 89 of file apr_redis.h.
| apr_redis_conn_t* apr_redis_server_t::conn |
Definition at line 83 of file apr_redis.h.
Hostname of this Server
Definition at line 77 of file apr_redis.h.
| int apr_redis_server_t::major |
Definition at line 93 of file apr_redis.h.
| int apr_redis_server_t::minor |
Definition at line 94 of file apr_redis.h.
| char* apr_redis_server_t::number |
Definition at line 96 of file apr_redis.h.
| apr_pool_t* apr_redis_server_t::p |
Definition at line 85 of file apr_redis.h.
| int apr_redis_server_t::patch |
Definition at line 95 of file apr_redis.h.
| apr_port_t apr_redis_server_t::port |
Port of this Server
Definition at line 78 of file apr_redis.h.
| apr_uint32_t apr_redis_server_t::rwto |
Definition at line 90 of file apr_redis.h.
| apr_redis_server_status_t apr_redis_server_t::status |
Definition at line 79 of file apr_redis.h.
| struct { ... } apr_redis_server_t::version |