memcache.memcached

Undocumented in source.

Public Imports

memcache
public import memcache;
Undocumented in source.

Members

Functions

memcached
memcached_st* memcached(char* string, size_t string_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_clone
memcached_st* memcached_clone(memcached_st* clone, 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_create
memcached_st* memcached_create(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_free
void memcached_free(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_get_user_data
void* memcached_get_user_data(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_lib_version
char* memcached_lib_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_push
memcached_return_t memcached_push(memcached_st* destination, memcached_st* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_query_id
ulong memcached_query_id(memcached_st* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_reset
memcached_return_t memcached_reset(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_reset_last_disconnected_server
void memcached_reset_last_disconnected_server(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_count
uint memcached_server_count(memcached_st* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_server_instance_by_position
memcached_instance_st* memcached_server_instance_by_position(memcached_st* ptr, uint server_key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_servers_reset
void memcached_servers_reset(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_set_user_data
void* memcached_set_user_data(memcached_st* ptr, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_strerror
char* memcached_strerror(memcached_st* ptr, memcached_return_t rc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_verbosity
memcached_return_t memcached_verbosity(memcached_st* ptr, uint verbosity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcached_version
memcached_return_t memcached_version(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.

Meta