memcache.server

Undocumented in source.

Public Imports

memcache
public import memcache;
Undocumented in source.

Members

Functions

memcached_add
memcached_return_t memcached_add(memcached_st* ptr, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_add_by_key
memcached_return_t memcached_add_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_append
memcached_return_t memcached_append(memcached_st* ptr, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_append_by_key
memcached_return_t memcached_append_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_cas
memcached_return_t memcached_cas(memcached_st* ptr, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint flags, ulong cas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_cas_by_key
memcached_return_t memcached_cas_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint flags, ulong cas)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_instance_next_retry
void memcached_instance_next_retry(memcached_instance_st* self, time_t absolute_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_prepend
memcached_return_t memcached_prepend(memcached_st* ptr, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_prepend_by_key
memcached_return_t memcached_prepend_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_replace
memcached_return_t memcached_replace(memcached_st* ptr, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_replace_by_key
memcached_return_t memcached_replace_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_add
memcached_return_t memcached_server_add(memcached_st* ptr, char* hostname, in_port_t port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_add_udp
memcached_return_t memcached_server_add_udp(memcached_st* ptr, char* hostname, in_port_t port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_add_udp_with_weight
memcached_return_t memcached_server_add_udp_with_weight(memcached_st* ptr, char* hostname, in_port_t port, uint weight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_add_unix_socket
memcached_return_t memcached_server_add_unix_socket(memcached_st* ptr, char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_add_unix_socket_with_weight
memcached_return_t memcached_server_add_unix_socket_with_weight(memcached_st* ptr, char* filename, uint weight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_add_with_weight
memcached_return_t memcached_server_add_with_weight(memcached_st* ptr, char* hostname, in_port_t port, uint weight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_by_key
memcached_instance_st* memcached_server_by_key(memcached_st* ptr, char* key, size_t key_length, memcached_return_t* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_cursor
memcached_return_t memcached_server_cursor(memcached_st* ptr, memcached_server_fn* callback, void* context, uint number_of_callbacks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_error_reset
void memcached_server_error_reset(memcached_server_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_free
void memcached_server_free(memcached_server_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_get_last_disconnect
memcached_instance_st* memcached_server_get_last_disconnect(memcached_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_list_append
memcached_server_list_st memcached_server_list_append(memcached_server_list_st ptr, char* hostname, in_port_t port, memcached_return_t* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_list_append_with_weight
memcached_server_list_st memcached_server_list_append_with_weight(memcached_server_list_st ptr, char* hostname, in_port_t port, uint weight, memcached_return_t* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_list_count
uint memcached_server_list_count(memcached_server_list_st ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_list_free
void memcached_server_list_free(memcached_server_list_st ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_major_version
ubyte memcached_server_major_version(memcached_instance_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_micro_version
ubyte memcached_server_micro_version(memcached_instance_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_minor_version
ubyte memcached_server_minor_version(memcached_instance_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_name
char* memcached_server_name(memcached_instance_st* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_port
in_port_t memcached_server_port(memcached_instance_st* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_push
memcached_return_t memcached_server_push(memcached_st* ptr, memcached_server_list_st list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_response_count
uint memcached_server_response_count(memcached_instance_st* self)

Operations on Single Servers.

memcached_server_srcport
in_port_t memcached_server_srcport(memcached_instance_st* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_type
char* memcached_server_type(memcached_instance_st* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_set
memcached_return_t memcached_set(memcached_st* ptr, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_set_by_key
memcached_return_t memcached_set_by_key(memcached_st* ptr, char* group_key, size_t group_key_length, char* key, size_t key_length, char* value, size_t value_length, time_t expiration, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_stat
memcached_stat_st* memcached_stat(memcached_st* ptr, char* args, memcached_return_t* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_stat_execute
memcached_return_t memcached_stat_execute(memcached_st* memc, char* args, memcached_stat_fn func, void* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_stat_free
void memcached_stat_free(memcached_st* , memcached_stat_st* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_stat_get_keys
char** memcached_stat_get_keys(memcached_st* ptr, memcached_stat_st* memc_stat, memcached_return_t* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_stat_get_value
char* memcached_stat_get_value(memcached_st* ptr, memcached_stat_st* memc_stat, char* key, memcached_return_t* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_stat_servername
memcached_return_t memcached_stat_servername(memcached_stat_st* memc_stat, char* args, char* hostname, in_port_t port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta