libmemcachedutil
Description:
Libmemcached is a C and C++ client library to the memcached server. It has been designed to be light on memory usage, thread safe, and provide
full access to server side methods. The libmemcachedutil library contains utility functions used by libmemcached.
Content:
Namespaces:
- Memcached
Classes:
- Util
Methods:
- public bool flush (string hostname, in_port_t port, out ReturnCode ret)
- public pid_t getpid (string hostname, in_port_t port, out ReturnCode ret)
- public pid_t getpid2 (string hostname, in_port_t port, string username, string password, out ReturnCode ret)
- public bool ping (string hostname, in_port_t port, out ReturnCode ret)
- public bool ping2 (string hostname, in_port_t port, string username, string password, out ReturnCode ret)
- public bool version_check (Context mmc, uint8 major_version, uint8 minor_version, uint8 micro_version)