matched based on server order as supplied by you). It implements both
a modula and consistent method of object distribution.
-There are multiple implemented routing and hashing methods.
+There are multiple implemented routing and hashing methods. See the
+memcached_behavior page.
All operations are performed against a C<memcached_st> structure.
These structures can either be dynamically allocated or statically
memcached_server_count() provides you a count of the current number of
servers being used by a C<memcached_st> structure.
-memcached_server_list() is used to provide an array of all connected hosts.
+memcached_server_list() is used to provide an array of all defined hosts.
You are responsible for freeing this list (aka it is not a pointer to the
currently used structure).