-.TH "HASHKIT_CLONE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_CLONE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_clone \- libhashkit Documentation
.
-.TH "HASHKIT_CRC32" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_CRC32" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_crc32 \- libhashkit Documentation
.
-.TH "HASHKIT_CREATE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_CREATE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_create \- libhashkit Documentation
.
-.TH "HASHKIT_FNV1_32" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_FNV1_32" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_fnv1_32 \- libhashkit Documentation
.
-.TH "HASHKIT_FNV1_64" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_FNV1_64" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_fnv1_64 \- libhashkit Documentation
.
-.TH "HASHKIT_FNV1A_32" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_FNV1A_32" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_fnv1a_32 \- libhashkit Documentation
.
-.TH "HASHKIT_FNV1A_64" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_FNV1A_64" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_fnv1a_64 \- libhashkit Documentation
.
-.TH "HASHKIT_FREE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_FREE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_free \- libhashkit Documentation
.
-.TH "HASHKIT_FUNCTIONS" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_FUNCTIONS" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_functions \- libhashkit Documentation
.
-.TH "HASHKIT_HSIEH" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_HSIEH" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_hsieh \- libhashkit Documentation
.
-.TH "HASHKIT_IS_ALLOCATED" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_IS_ALLOCATED" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_is_allocated \- libhashkit Documentation
.
-.TH "HASHKIT_JENKINS" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_JENKINS" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_jenkins \- libhashkit Documentation
.
-.TH "HASHKIT_MD5" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_MD5" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_md5 \- libhashkit Documentation
.
-.TH "HASHKIT_MURMUR" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_MURMUR" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_murmur \- libhashkit Documentation
.
-.TH "HASHKIT_VALUE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "HASHKIT_VALUE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
hashkit_value \- libhashkit Documentation
.
-.TH "LIBHASHKIT" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "LIBHASHKIT" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
libhashkit \- libhashkit Documentation
.
-.TH "LIBMEMCACHED" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "LIBMEMCACHED" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
libmemcached \- Introducing the C Client Library for memcached
.
libMemcached was designed to provide the greatest number of options to use Memcached. Some of the features provided:
.INDENT 0.0
.IP 1. 3
-.
Asynchronous and Synchronous Transport Support.
.IP 2. 3
-.
Consistent Hashing and Distribution.
.IP 3. 3
-.
Tunable Hashing algorithm to match keys.
.IP 4. 3
-.
Access to large object support.
.IP 5. 3
-.
Local replication.
.IP 6. 3
-.
A complete reference guide and documentation to the API.
.IP 7. 3
-.
Tools to Manage your Memcached networks.
.UNINDENT
.SH DESCRIPTION
.INDENT 0.0
.TP
.B MEMCACHED_DEFAULT_PORT
-.
The default port used by memcached(3).
.UNINDENT
.INDENT 0.0
.TP
.B MEMCACHED_MAX_KEY
-.
Default maximum size of a key (which includes the null pointer). Master keys
have no limit, this only applies to keys used for storage.
.UNINDENT
.INDENT 0.0
.TP
.B MEMCACHED_MAX_KEY
-.
Default size of key (which includes the null pointer).
.UNINDENT
.INDENT 0.0
.TP
.B MEMCACHED_STRIDE
-.
This is the "stride" used in the consistent hash used between replicas.
.UNINDENT
.INDENT 0.0
.TP
.B MEMCACHED_MAX_HOST_LENGTH
-.
Maximum allowed size of the hostname.
.UNINDENT
.INDENT 0.0
.TP
.B LIBMEMCACHED_VERSION_STRING
-.
String value of libmemcached version such as "1.23.4"
.UNINDENT
.INDENT 0.0
.TP
.B LIBMEMCACHED_VERSION_HEX
-.
Hex value of the version number. "0x00048000" This can be used for comparing versions based on number.
.UNINDENT
.SH THREADS AND PROCESSES
-.TH "LIBMEMCACHED_CHECK_CONFIGURATION" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "LIBMEMCACHED_CHECK_CONFIGURATION" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
libmemcached_check_configuration \- libmemcached Documentation
.
-.TH "LIBMEMCACHED_CONFIGURATION" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "LIBMEMCACHED_CONFIGURATION" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
libmemcached_configuration \- libmemcached Documentation
.
-.TH "LIBMEMCACHED_EXAMPLES" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "LIBMEMCACHED_EXAMPLES" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
libmemcached_examples \- libmemcached Documentation
.
-.TH "LIBMEMCACHEDUTIL" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "LIBMEMCACHEDUTIL" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
libmemcachedutil \- libmemcached Documentation
.
-.TH "MEMASLAP" "1" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMASLAP" "1" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memaslap \- libmemcached Documentation
.
the multiple of the number of threads.
.INDENT 0.0
.IP 1. 3
-.
For 8 CPU cores system
.UNINDENT
.sp
\-\-threads=12 \-\-concurrency=144
.INDENT 0.0
.IP 2. 3
-.
For 16 CPU cores system
.UNINDENT
.sp
win_size=10k
.INDENT 0.0
.IP 2. 3
-.
cache_size=4G
.UNINDENT
.sp
win_size=11k
.INDENT 0.0
.IP 3. 3
-.
cache_size=16G
.UNINDENT
.sp
servers : "servers"
.INDENT 0.0
.INDENT 3.5
-.sp
The servers used by memaslap.
.UNINDENT
.UNINDENT
threads count
.INDENT 0.0
.INDENT 3.5
-.sp
The number of threads memaslap runs with.
.UNINDENT
.UNINDENT
concurrency
.INDENT 0.0
.INDENT 3.5
-.sp
The number of concurrencies memaslap runs with.
.UNINDENT
.UNINDENT
run time
.INDENT 0.0
.INDENT 3.5
-.sp
How long to run memaslap.
.UNINDENT
.UNINDENT
windows size
.INDENT 0.0
.INDENT 3.5
-.sp
The task window size of each concurrency.
.UNINDENT
.UNINDENT
set proportion
.INDENT 0.0
.INDENT 3.5
-.sp
The proportion of set command.
.UNINDENT
.UNINDENT
get proportion
.INDENT 0.0
.INDENT 3.5
-.sp
The proportion of get command.
.UNINDENT
.UNINDENT
Get Statistics
.INDENT 0.0
.INDENT 3.5
-.sp
Statistics information of get command
.UNINDENT
.UNINDENT
Set Statistics
.INDENT 0.0
.INDENT 3.5
-.sp
Statistics information of set command
.UNINDENT
.UNINDENT
Total Statistics
.INDENT 0.0
.INDENT 3.5
-.sp
Statistics information of both get and set command
.UNINDENT
.UNINDENT
Period
.INDENT 0.0
.INDENT 3.5
-.sp
Result within a period
.UNINDENT
.UNINDENT
Global
.INDENT 0.0
.INDENT 3.5
-.sp
Accumulated results
.UNINDENT
.UNINDENT
Ops
.INDENT 0.0
.INDENT 3.5
-.sp
Total operations
.UNINDENT
.UNINDENT
TPS
.INDENT 0.0
.INDENT 3.5
-.sp
Throughput, operations/second
.UNINDENT
.UNINDENT
Net
.INDENT 0.0
.INDENT 3.5
-.sp
The rate of network
.UNINDENT
.UNINDENT
Get_miss
.INDENT 0.0
.INDENT 3.5
-.sp
How many objects can’t be gotten
.UNINDENT
.UNINDENT
Min
.INDENT 0.0
.INDENT 3.5
-.sp
The minimum response time
.UNINDENT
.UNINDENT
Max
.INDENT 0.0
.INDENT 3.5
-.sp
The maximum response time
.UNINDENT
.UNINDENT
Avg:
.INDENT 0.0
.INDENT 3.5
-.sp
The average response time
.UNINDENT
.UNINDENT
Std_dev
.INDENT 0.0
.INDENT 3.5
-.sp
Standard deviation of response time
.UNINDENT
.UNINDENT
Geo_dist
.INDENT 0.0
.INDENT 3.5
-.sp
Geometric distribution based on natural exponential function
.UNINDENT
.UNINDENT
Get Statistics
.INDENT 0.0
.INDENT 3.5
-.sp
Get statistics of response time
.UNINDENT
.UNINDENT
Set Statistics
.INDENT 0.0
.INDENT 3.5
-.sp
Set statistics of response time
.UNINDENT
.UNINDENT
Total Statistics
.INDENT 0.0
.INDENT 3.5
-.sp
Both get and set statistics of response time
.UNINDENT
.UNINDENT
Min
.INDENT 0.0
.INDENT 3.5
-.sp
The accumulated and minimum response time
.UNINDENT
.UNINDENT
Max
.INDENT 0.0
.INDENT 3.5
-.sp
The accumulated and maximum response time
.UNINDENT
.UNINDENT
Avg
.INDENT 0.0
.INDENT 3.5
-.sp
The accumulated and average response time
.UNINDENT
.UNINDENT
Std
.INDENT 0.0
.INDENT 3.5
-.sp
Standard deviation of response time
.UNINDENT
.UNINDENT
Log2 Dist
.INDENT 0.0
.INDENT 3.5
-.sp
Geometric distribution based on logarithm 2
.UNINDENT
.UNINDENT
cmd_get
.INDENT 0.0
.INDENT 3.5
-.sp
Total get commands done
.UNINDENT
.UNINDENT
cmd_set
.INDENT 0.0
.INDENT 3.5
-.sp
Total set commands done
.UNINDENT
.UNINDENT
get_misses
.INDENT 0.0
.INDENT 3.5
-.sp
How many objects can’t be gotten from server
.UNINDENT
.UNINDENT
verify_misses
.INDENT 0.0
.INDENT 3.5
-.sp
How many objects need to verify but can’t get them
.UNINDENT
.UNINDENT
verify_failed
.INDENT 0.0
.INDENT 3.5
-.sp
How many objects with insistent value
.UNINDENT
.UNINDENT
expired_get
.INDENT 0.0
.INDENT 3.5
-.sp
How many objects are expired but we get them
.UNINDENT
.UNINDENT
unexpired_unget
.INDENT 0.0
.INDENT 3.5
-.sp
How many objects are unexpired but we can’t get them
.UNINDENT
.UNINDENT
written_bytes
.INDENT 0.0
.INDENT 3.5
-.sp
Total written bytes
.UNINDENT
.UNINDENT
read_bytes
.INDENT 0.0
.INDENT 3.5
-.sp
Total read bytes
.UNINDENT
.UNINDENT
object_bytes
.INDENT 0.0
.INDENT 3.5
-.sp
Total object bytes
.UNINDENT
.UNINDENT
packet_disorder
.INDENT 0.0
.INDENT 3.5
-.sp
How many UDP packages are disorder
.UNINDENT
.UNINDENT
packet_drop
.INDENT 0.0
.INDENT 3.5
-.sp
How many UDP packages are lost
.UNINDENT
.UNINDENT
udp_timeout
.INDENT 0.0
.INDENT 3.5
-.sp
How many times UDP time out happen
.UNINDENT
.UNINDENT
Run time
.INDENT 0.0
.INDENT 3.5
-.sp
Total run time
.UNINDENT
.UNINDENT
Ops
.INDENT 0.0
.INDENT 3.5
-.sp
Total operations
.UNINDENT
.UNINDENT
TPS
.INDENT 0.0
.INDENT 3.5
-.sp
Throughput, operations/second
.UNINDENT
.UNINDENT
Net_rate
.INDENT 0.0
.INDENT 3.5
-.sp
The average rate of network
.UNINDENT
.UNINDENT
.INDENT 0.0
.TP
.B \-s, \-\-servers=
-.
List one or more servers to connect. Servers count must be less than
threads count. e.g.: \-\-servers=localhost:1234,localhost:11211
.TP
.B \-T, \-\-threads=
-.
Number of threads to startup, better equal to CPU numbers. Default 8.
.TP
.B \-c, \-\-concurrency=
-.
Number of concurrency to simulate with load. Default 128.
.TP
.B \-n, \-\-conn_sock=
-.
Number of TCP socks per concurrency. Default 1.
.TP
.B \-x, \-\-execute_number=
-.
Number of operations(get and set) to execute for the
given test. Default 1000000.
.TP
.B \-t, \-\-time=
-.
How long the test to run, suffix: s\-seconds, m\-minutes, h\-hours,
d\-days e.g.: \-\-time=2h.
.TP
.B \-F, \-\-cfg_cmd=
-.
Load the configure file to get command,key and value distribution list.
.TP
.B \-w, \-\-win_size=
-.
Task window size of each concurrency, suffix: K, M e.g.: \-\-win_size=10k.
Default 10k.
.TP
.B \-X, \-\-fixed_size=
-.
Fixed length of value.
.TP
.B \-v, \-\-verify=
-.
The proportion of date verification, e.g.: \-\-verify=0.01
.TP
.B \-d, \-\-division=
-.
Number of keys to multi\-get once. Default 1, means single get.
.TP
.B \-S, \-\-stat_freq=
-.
Frequency of dumping statistic information. suffix: s\-seconds,
m\-minutes, e.g.: \-\-resp_freq=10s.
.TP
.B \-e, \-\-exp_verify=
-.
The proportion of objects with expire time, e.g.: \-\-exp_verify=0.01.
Default no object with expire time
.TP
.B \-o, \-\-overwrite=
-.
The proportion of objects need overwrite, e.g.: \-\-overwrite=0.01.
Default never overwrite object.
.UNINDENT
.INDENT 0.0
.TP
.B \-R, \-\-reconnect
-.
Reconnect tests, when connection is closed it will be reconnected.
.TP
.B \-U, \-\-udp
-.
UDP tests, default memaslap uses TCP, TCP port and UDP port of
server must be same.
.TP
.B \-a, \-\-facebook
-.
Whether it enables facebook test feature, set with TCP and multi\-get with UDP.
.TP
.B \-B, \-\-binary
-.
Whether it enables binary protocol. Default with ASCII protocol.
.UNINDENT
.INDENT 0.0
.TP
.B \-P, \-\-tps=
-.
Expected throughput, suffix: K, e.g.: \-\-tps=10k.
.TP
.B \-p, \-\-rep_write=
-.
The first nth servers can write data, e.g.: \-\-rep_write=2.
.UNINDENT
.INDENT 0.0
.TP
.B \-b, \-\-verbose
-.
Whether it outputs detailed information when verification fails.
.TP
.B \-h, \-\-help
-.
Display this message and then exit.
.TP
.B \-V, \-\-version
-.
Display the version of the application and then exit.
.UNINDENT
.SH EXAMPLES
-.TH "MEMCACHED" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached \- libmemcached Documentation
.
-.TH "MEMCACHED_ADD" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_ADD" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_add \- Storing and Replacing Data
.
-.TH "MEMCACHED_ADD_BY_KEY" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_ADD_BY_KEY" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_add_by_key \- Storing and Replacing Data
.
-.TH "MEMCACHED_ANALYZE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_ANALYZE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_analyze \- libmemcached Documentation
.
-.TH "MEMCACHED_APPEND" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_APPEND" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_append \- Appending to or Prepending to data on the server
.
-.TH "MEMCACHED_APPEND_BY_KEY" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_APPEND_BY_KEY" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_append_by_key \- Appending to or Prepending to data on the server
.
-.TH "MEMCACHED_AUTO" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_AUTO" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_auto \- Incrementing and Decrementing Values
.
-.TH "MEMCACHED_BEHAVIOR" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_BEHAVIOR" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_behavior \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B MEMCACHED_BEHAVIOR_KETAMA_WEIGHTED
-.
Sets the default distribution to MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA with the weighted tests. and the hash to MEMCACHED_HASH_MD5.
.UNINDENT
.INDENT 0.0
.INDENT 0.0
.TP
.B MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERS
-.
If enabled any hosts which have been flagged as disabled will be removed from the list of servers in the memcached_st structure.
.UNINDENT
.INDENT 0.0
-.TH "MEMCACHED_BEHAVIOR_GET" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_BEHAVIOR_GET" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_behavior_get \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B MEMCACHED_BEHAVIOR_KETAMA_WEIGHTED
-.
Sets the default distribution to MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA with the weighted tests. and the hash to MEMCACHED_HASH_MD5.
.UNINDENT
.INDENT 0.0
.INDENT 0.0
.TP
.B MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERS
-.
If enabled any hosts which have been flagged as disabled will be removed from the list of servers in the memcached_st structure.
.UNINDENT
.INDENT 0.0
-.TH "MEMCACHED_BEHAVIOR_SET" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_BEHAVIOR_SET" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_behavior_set \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B MEMCACHED_BEHAVIOR_KETAMA_WEIGHTED
-.
Sets the default distribution to MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA with the weighted tests. and the hash to MEMCACHED_HASH_MD5.
.UNINDENT
.INDENT 0.0
.INDENT 0.0
.TP
.B MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERS
-.
If enabled any hosts which have been flagged as disabled will be removed from the list of servers in the memcached_st structure.
.UNINDENT
.INDENT 0.0
-.TH "MEMCACHED_CALLBACK" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_CALLBACK" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_callback \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B MEMCACHED_CALLBACK_PREFIX_KEY
-.
See \fI\%MEMCACHED_CALLBACK_NAMESPACE\fP
.UNINDENT
.INDENT 0.0
-.TH "MEMCACHED_CALLBACK_GET" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_CALLBACK_GET" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_callback_get \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B MEMCACHED_CALLBACK_PREFIX_KEY
-.
See \fI\%MEMCACHED_CALLBACK_NAMESPACE\fP
.UNINDENT
.INDENT 0.0
-.TH "MEMCACHED_CALLBACK_SET" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_CALLBACK_SET" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_callback_set \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B MEMCACHED_CALLBACK_PREFIX_KEY
-.
See \fI\%MEMCACHED_CALLBACK_NAMESPACE\fP
.UNINDENT
.INDENT 0.0
-.TH "MEMCACHED_CAS" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_CAS" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_cas \- Working with data on the server in an atomic fashion
.
-.TH "MEMCACHED_CAS_BY_KEY" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_CAS_BY_KEY" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_cas_by_key \- Storing and Replacing Data
.
-.TH "MEMCACHED_CLONE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_CLONE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_clone \- libmemcached Documentation
.
-.TH "MEMCACHED_CREATE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_CREATE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_create \- libmemcached Documentation
.
-.TH "MEMCACHED_DECREMENT" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_DECREMENT" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_decrement \- Incrementing and Decrementing Values
.
-.TH "MEMCACHED_DECREMENT_WITH_INITIAL" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_DECREMENT_WITH_INITIAL" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_decrement_with_initial \- Incrementing and Decrementing Values
.
-.TH "MEMCACHED_DELETE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_DELETE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_delete \- libmemcached Documentation
.
-.TH "MEMCACHED_DELETE_BY_KEY" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_DELETE_BY_KEY" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_delete_by_key \- libmemcached Documentation
.
-.TH "MEMCACHED_DESTROY_SASL_AUTH_DATA" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_DESTROY_SASL_AUTH_DATA" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_destroy_sasl_auth_data \- libmemcached Documentation
.
-.TH "MEMCACHED_DUMP" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_DUMP" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_dump \- libmemcached Documentation
.
-.TH "MEMCACHED_EXIST" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_EXIST" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_exist \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B memcached_return_t memcached_exist_by_key(memcached_st\fI\ *ptr\fP, char\fI\ *group_key\fP, size_t\fI\ *group_key_length\fP, char\fI\ *key\fP, size_t\fI\ *key_length\fP)
-.sp
New in version 0.53.
.UNINDENT
.sp
-.TH "MEMCACHED_EXIST_BY_KEY" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_EXIST_BY_KEY" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_exist_by_key \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B memcached_return_t memcached_exist_by_key(memcached_st\fI\ *ptr\fP, char\fI\ *group_key\fP, size_t\fI\ *group_key_length\fP, char\fI\ *key\fP, size_t\fI\ *key_length\fP)
-.sp
New in version 0.53.
.UNINDENT
.sp
-.TH "MEMCACHED_FETCH" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_FETCH" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_fetch \- Retrieving data from the server
.
.INDENT 0.0
.TP
.B char *memcached_fetch(memcached_st\fI\ *ptr\fP, char\fI\ *key\fP, size_t\fI\ *key_length\fP, size_t\fI\ *value_length\fP, uint32_t\fI\ *flags\fP, memcached_return_t\fI\ *error\fP)
-.sp
Deprecated since version 0.50: Use \fBmemcached_fetch_result()\fP instead.
.UNINDENT
.sp
-.TH "MEMCACHED_FETCH_EXECUTE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_FETCH_EXECUTE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_fetch_execute \- Retrieving data from the server
.
-.TH "MEMCACHED_FETCH_RESULT" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_FETCH_RESULT" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_fetch_result \- Retrieving data from the server
.
-.TH "MEMCACHED_FLUSH" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_FLUSH" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_flush \- libmemcached Documentation
.
-.TH "MEMCACHED_FLUSH_BUFFERS" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_FLUSH_BUFFERS" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_flush_buffers \- libmemcached Documentation
.
-.TH "MEMCACHED_FREE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_FREE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_free \- libmemcached Documentation
.
-.TH "MEMCACHED_GENERATE_HASH" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_GENERATE_HASH" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_generate_hash \- Generating hash values directly
.
-.TH "MEMCACHED_GENERATE_HASH_VALUE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_GENERATE_HASH_VALUE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_generate_hash_value \- Generating hash values directly
.
-.TH "MEMCACHED_GET" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_GET" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_get \- Retrieving data from the server
.
-.TH "MEMCACHED_GET_BY_KEY" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_GET_BY_KEY" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_get_by_key \- Retrieving data from the server
.
-.TH "MEMCACHED_GET_MEMORY_ALLOCATORS" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_GET_MEMORY_ALLOCATORS" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_get_memory_allocators \- libmemcached Documentation
.
-.TH "MEMCACHED_GET_SASL_CALLBACKS" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_GET_SASL_CALLBACKS" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_get_sasl_callbacks \- libmemcached Documentation
.
-.TH "MEMCACHED_GET_USER_DATA" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_GET_USER_DATA" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_get_user_data \- libmemcached Documentation
.
-.TH "MEMCACHED_INCREMENT" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_INCREMENT" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_increment \- Incrementing and Decrementing Values
.
-.TH "MEMCACHED_INCREMENT_WITH_INITIAL" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_INCREMENT_WITH_INITIAL" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_increment_with_initial \- Incrementing and Decrementing Values
.
-.TH "MEMCACHED_LAST_ERROR_MESSAGE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_LAST_ERROR_MESSAGE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_last_error_message \- libmemcached Documentation
.
-.TH "MEMCACHED_LIB_VERSION" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_LIB_VERSION" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_lib_version \- libmemcached Documentation
.
-.TH "MEMCACHED_MEMORY_ALLOCATORS" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_MEMORY_ALLOCATORS" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_memory_allocators \- libmemcached Documentation
.
-.TH "MEMCACHED_MGET" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_MGET" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_mget \- Retrieving data from the server
.
-.TH "MEMCACHED_MGET_BY_KEY" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_MGET_BY_KEY" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_mget_by_key \- Retrieving data from the server
.
-.TH "MEMCACHED_MGET_EXECUTE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_MGET_EXECUTE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_mget_execute \- Retrieving data from the server
.
-.TH "MEMCACHED_MGET_EXECUTE_BY_KEY" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_MGET_EXECUTE_BY_KEY" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_mget_execute_by_key \- Retrieving data from the server
.
-.TH "MEMCACHED_POOL" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_POOL" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_pool \- libmemcached Documentation
.
-.TH "MEMCACHED_POOL_BEHAVIOR_GET" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_POOL_BEHAVIOR_GET" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_pool_behavior_get \- libmemcached Documentation
.
-.TH "MEMCACHED_POOL_BEHAVIOR_SET" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_POOL_BEHAVIOR_SET" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_pool_behavior_set \- libmemcached Documentation
.
-.TH "MEMCACHED_POOL_CREATE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_POOL_CREATE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_pool_create \- libmemcached Documentation
.
-.TH "MEMCACHED_POOL_DESTROY" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_POOL_DESTROY" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_pool_destroy \- libmemcached Documentation
.
-.TH "MEMCACHED_POOL_FETCH" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_POOL_FETCH" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_pool_fetch \- libmemcached Documentation
.
-.TH "MEMCACHED_POOL_POP" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_POOL_POP" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_pool_pop \- libmemcached Documentation
.
-.TH "MEMCACHED_POOL_PUSH" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_POOL_PUSH" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_pool_push \- libmemcached Documentation
.
-.TH "MEMCACHED_POOL_RELEASE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_POOL_RELEASE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_pool_release \- libmemcached Documentation
.
-.TH "MEMCACHED_POOL_ST" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_POOL_ST" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_pool_st \- libmemcached Documentation
.
-.TH "MEMCACHED_PREPEND" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_PREPEND" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_prepend \- Appending to or Prepending to data on the server
.
-.TH "MEMCACHED_PREPEND_BY_KEY" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_PREPEND_BY_KEY" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_prepend_by_key \- Appending to or Prepending to data on the server
.
-.TH "MEMCACHED_QUIT" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_QUIT" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_quit \- libmemcached Documentation
.
-.TH "MEMCACHED_REPLACE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_REPLACE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_replace \- Storing and Replacing Data
.
-.TH "MEMCACHED_REPLACE_BY_KEY" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_REPLACE_BY_KEY" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_replace_by_key \- Storing and Replacing Data
.
-.TH "MEMCACHED_RESULT_CAS" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_RESULT_CAS" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_result_cas \- Working with result sets
.
-.TH "MEMCACHED_RESULT_CREATE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_RESULT_CREATE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_result_create \- Working with result sets
.
-.TH "MEMCACHED_RESULT_FLAGS" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_RESULT_FLAGS" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_result_flags \- Working with result sets
.
-.TH "MEMCACHED_RESULT_FREE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_RESULT_FREE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_result_free \- Working with result sets
.
-.TH "MEMCACHED_RESULT_KEY_LENGTH" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_RESULT_KEY_LENGTH" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_result_key_length \- Working with result sets
.
-.TH "MEMCACHED_RESULT_KEY_VALUE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_RESULT_KEY_VALUE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_result_key_value \- Working with result sets
.
-.TH "MEMCACHED_RESULT_LENGTH" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_RESULT_LENGTH" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_result_length \- Working with result sets
.
-.TH "MEMCACHED_RESULT_ST" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_RESULT_ST" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_result_st \- Working with result sets
.
-.TH "MEMCACHED_RESULT_VALUE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_RESULT_VALUE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_result_value \- Working with result sets
.
-.TH "MEMCACHED_RETURN_T" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_RETURN_T" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_return_t \- Return type values
.
.INDENT 0.0
.TP
.B MEMCACHED_TIMEOUT
-.
Connection to server timed out.
.UNINDENT
.INDENT 0.0
-.TH "MEMCACHED_SASL" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SASL" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_sasl \- libmemcached Documentation
.
-.TH "MEMCACHED_SASL_SET_AUTH_DATA" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SASL_SET_AUTH_DATA" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_sasl_set_auth_data \- libmemcached Documentation
.
-.TH "MEMCACHED_SERVER_ADD" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SERVER_ADD" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_server_add \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B \fI\%memcached_server_add()\fP pushes a single TCP server into the \fBmemcached_st\fP structure. This server will be placed at the end. Duplicate servers
-.sp
are allowed, so duplication is not checked. Executing this function with the \fBMEMCACHED_BEHAVIOR_USE_UDP\fP behavior set will result in a \fBMEMCACHED_INVALID_HOST_PROTOCOL\fP.
.UNINDENT
.sp
-.TH "MEMCACHED_SERVER_ADD_UNIX_SOCKET" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SERVER_ADD_UNIX_SOCKET" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_server_add_unix_socket \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B \fI\%memcached_server_add()\fP pushes a single TCP server into the \fBmemcached_st\fP structure. This server will be placed at the end. Duplicate servers
-.sp
are allowed, so duplication is not checked. Executing this function with the \fBMEMCACHED_BEHAVIOR_USE_UDP\fP behavior set will result in a \fBMEMCACHED_INVALID_HOST_PROTOCOL\fP.
.UNINDENT
.sp
-.TH "MEMCACHED_SERVER_COUNT" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SERVER_COUNT" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_server_count \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B \fI\%memcached_server_add()\fP pushes a single TCP server into the \fBmemcached_st\fP structure. This server will be placed at the end. Duplicate servers
-.sp
are allowed, so duplication is not checked. Executing this function with the \fBMEMCACHED_BEHAVIOR_USE_UDP\fP behavior set will result in a \fBMEMCACHED_INVALID_HOST_PROTOCOL\fP.
.UNINDENT
.sp
-.TH "MEMCACHED_SERVER_CURSOR" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SERVER_CURSOR" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_server_cursor \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B \fI\%memcached_server_add()\fP pushes a single TCP server into the \fBmemcached_st\fP structure. This server will be placed at the end. Duplicate servers
-.sp
are allowed, so duplication is not checked. Executing this function with the \fBMEMCACHED_BEHAVIOR_USE_UDP\fP behavior set will result in a \fBMEMCACHED_INVALID_HOST_PROTOCOL\fP.
.UNINDENT
.sp
-.TH "MEMCACHED_SERVER_LIST" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SERVER_LIST" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_server_list \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B \fI\%memcached_server_add()\fP pushes a single TCP server into the \fBmemcached_st\fP structure. This server will be placed at the end. Duplicate servers
-.sp
are allowed, so duplication is not checked. Executing this function with the \fBMEMCACHED_BEHAVIOR_USE_UDP\fP behavior set will result in a \fBMEMCACHED_INVALID_HOST_PROTOCOL\fP.
.UNINDENT
.sp
-.TH "MEMCACHED_SERVER_LIST_APPEND" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SERVER_LIST_APPEND" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_server_list_append \- libmemcached Documentation
.
-.TH "MEMCACHED_SERVER_LIST_COUNT" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SERVER_LIST_COUNT" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_server_list_count \- libmemcached Documentation
.
-.TH "MEMCACHED_SERVER_LIST_FREE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SERVER_LIST_FREE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_server_list_free \- libmemcached Documentation
.
-.TH "MEMCACHED_SERVER_PUSH" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SERVER_PUSH" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_server_push \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B \fI\%memcached_server_add()\fP pushes a single TCP server into the \fBmemcached_st\fP structure. This server will be placed at the end. Duplicate servers
-.sp
are allowed, so duplication is not checked. Executing this function with the \fBMEMCACHED_BEHAVIOR_USE_UDP\fP behavior set will result in a \fBMEMCACHED_INVALID_HOST_PROTOCOL\fP.
.UNINDENT
.sp
-.TH "MEMCACHED_SERVER_ST" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SERVER_ST" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_server_st \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B \fI\%memcached_server_add()\fP pushes a single TCP server into the \fBmemcached_st\fP structure. This server will be placed at the end. Duplicate servers
-.sp
are allowed, so duplication is not checked. Executing this function with the \fBMEMCACHED_BEHAVIOR_USE_UDP\fP behavior set will result in a \fBMEMCACHED_INVALID_HOST_PROTOCOL\fP.
.UNINDENT
.sp
-.TH "MEMCACHED_SERVERS" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SERVERS" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_servers \- libmemcached Documentation
.
.INDENT 0.0
.TP
.B \fI\%memcached_server_add()\fP pushes a single TCP server into the \fBmemcached_st\fP structure. This server will be placed at the end. Duplicate servers
-.sp
are allowed, so duplication is not checked. Executing this function with the \fBMEMCACHED_BEHAVIOR_USE_UDP\fP behavior set will result in a \fBMEMCACHED_INVALID_HOST_PROTOCOL\fP.
.UNINDENT
.sp
-.TH "MEMCACHED_SERVERS_PARSE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SERVERS_PARSE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_servers_parse \- libmemcached Documentation
.
-.TH "MEMCACHED_SERVERS_RESET" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SERVERS_RESET" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_servers_reset \- libmemcached Documentation
.
-.TH "MEMCACHED_SET" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SET" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_set \- Storing and Replacing Data
.
-.TH "MEMCACHED_SET_BY_KEY" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SET_BY_KEY" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_set_by_key \- Storing and Replacing Data
.
-.TH "MEMCACHED_SET_MEMORY_ALLOCATORS" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SET_MEMORY_ALLOCATORS" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_set_memory_allocators \- libmemcached Documentation
.
-.TH "MEMCACHED_SET_MEMORY_ALLOCATORS_CONTEXT" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SET_MEMORY_ALLOCATORS_CONTEXT" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_set_memory_allocators_context \- libmemcached Documentation
.
-.TH "MEMCACHED_SET_SASL_CALLBACKS" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SET_SASL_CALLBACKS" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_set_sasl_callbacks \- libmemcached Documentation
.
-.TH "MEMCACHED_SET_USER_DATA" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_SET_USER_DATA" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_set_user_data \- libmemcached Documentation
.
-.TH "MEMCACHED_STAT" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_STAT" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_stat \- libmemcached Documentation
.
-.TH "MEMCACHED_STAT_EXECUTE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_STAT_EXECUTE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_stat_execute \- libmemcached Documentation
.
-.TH "MEMCACHED_STAT_GET_KEYS" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_STAT_GET_KEYS" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_stat_get_keys \- libmemcached Documentation
.
-.TH "MEMCACHED_STAT_GET_VALUE" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_STAT_GET_VALUE" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_stat_get_value \- libmemcached Documentation
.
-.TH "MEMCACHED_STAT_SERVERNAME" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_STAT_SERVERNAME" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_stat_servername \- libmemcached Documentation
.
-.TH "MEMCACHED_STATS" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_STATS" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_stats \- libmemcached Documentation
.
-.TH "MEMCACHED_STRERROR" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_STRERROR" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_strerror \- libmemcached Documentation
.
-.TH "MEMCACHED_TOUCH" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_TOUCH" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_touch \- libmemcached Documentation
.
-.TH "MEMCACHED_TOUCH_BY_KEY" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_TOUCH_BY_KEY" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_touch_by_key \- libmemcached Documentation
.
-.TH "MEMCACHED_USER_DATA" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_USER_DATA" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_user_data \- libmemcached Documentation
.
-.TH "MEMCACHED_VERBOSITY" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_VERBOSITY" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_verbosity \- libmemcached Documentation
.
-.TH "MEMCACHED_VERSION" "3" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCACHED_VERSION" "3" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcached_version \- libmemcached Documentation
.
-.TH "MEMCAPABLE" "1" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCAPABLE" "1" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcapable \- libmemcached Documentation
.
-.TH "MEMCAT" "1" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCAT" "1" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcat \- libmemcached Documentation
.
-.TH "MEMCP" "1" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMCP" "1" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memcp \- libmemcached Documentation
.
-.TH "MEMDUMP" "1" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMDUMP" "1" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memdump \- libmemcached Documentation
.
-.TH "MEMERROR" "1" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMERROR" "1" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memerror \- libmemcached Documentation
.
-.TH "MEMFLUSH" "1" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMFLUSH" "1" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memflush \- libmemcached Documentation
.
-.TH "MEMRM" "1" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMRM" "1" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memrm \- libmemcached Documentation
.
-.TH "MEMSLAP" "1" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMSLAP" "1" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memslap \- libmemcached Documentation
.
-.TH "MEMSTAT" "1" "October 18, 2011" "1.01" "libmemcached"
+.TH "MEMSTAT" "1" "January 26, 2012" "1.0.3" "libmemcached"
.SH NAME
memstat \- libmemcached Documentation
.