libmemcached ~master (2019-03-29T09:05:11Z)
Home
Dub
Repo
memcached_st.struct_state
memcache
structd
memcached_st
@note these are static and should not change without a call to behavior.
struct
memcached_st
struct
struct_state {
bool
is_purging
;
bool
is_processing_input
;
bool
is_time_for_rebuild
;
bool
is_parsing
;
}
Members
Variables
is_parsing
bool
is_parsing
;
Undocumented in source.
is_processing_input
bool
is_processing_input
;
Undocumented in source.
is_purging
bool
is_purging
;
Undocumented in source.
is_time_for_rebuild
bool
is_time_for_rebuild
;
Undocumented in source.
Meta
Source
See Implementation
memcache
structd
memcached_st
structs
struct_configure
struct_flags
struct_ketama
struct_options
struct_server_info
struct_state
variables
_namespace
allocators
callbacks
configure
connect_timeout
dead_timeout
delete_trigger
distribution
error_messages
flags
get_key_failure
hashkit
io_bytes_watermark
io_key_prefetch
io_msg_watermark
ketama
last_disconnected_server
number_of_hosts
number_of_replicas
on_cleanup
on_clone
options
poll_timeout
query_id
rcv_timeout
recv_size
result
retry_timeout
sasl
send_size
server_failure_limit
server_info
server_timeout_limit
servers
snd_timeout
state
tcp_keepidle
user_data
virtual_bucket
@note these are static and should not change without a call to behavior.