Updated for the creation of memcached_server_by_key().
[awesomized/libmemcached] / docs / memcached_create.pod
index f76e9c7ef83c0be6d54275f923f307853b7313be..8d1a76b47be3df68cbb00429bb039c0bdbe825a5 100755 (executable)
@@ -39,7 +39,8 @@ memcached_create() returns a pointer to the memcached_st that was created
 (or initialized). On an allocation failure, it returns NULL.
 
 memcached_clone() returns a pointer to the memcached_st that was created
-(or initialized). On an allocation failure, it returns NULL.
+(or initialized). On an allocation failure, it returns NULL. If you pass in 
+a preallocated structure it must be cleared first (aka memset()).
 
 =head1 HOME