X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_servers.pod;h=c72e7d6400ffcd5cbd7ed3fd9a5b7f4c8173baf3;hb=acca3c7ad60716bf073ae8de0652517542cdd224;hp=fa0881accf18d0ddbc4872d9d337042122dbcbf8;hpb=4f6aad18ceca09083cbe56e5956247f54b233445;p=m6w6%2Flibmemcached diff --git a/docs/memcached_servers.pod b/docs/memcached_servers.pod index fa0881ac..c72e7d64 100755 --- a/docs/memcached_servers.pod +++ b/docs/memcached_servers.pod @@ -39,7 +39,7 @@ memcached_server_st(3). memcached_server_count() provides you a count of the current number of servers being used by a C 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). @@ -49,7 +49,8 @@ allowed, so duplication is not checked. memcached_server_add_unix_socket() pushes a single UNIX socket into the C structure. This UNIX socket will be placed at the end. -Duplicate servers are allowed, so duplication is not checked. +Duplicate servers are allowed, so duplication is not checked. The length +of the filename must be one character less then MEMCACHED_MAX_HOST_LENGTH. memcached_server_push() pushes an array of C into the C structure. These servers will be placed at the