diff --git a/reference/memcached/memcached/construct.xml b/reference/memcached/memcached/construct.xml index 70fc3e2a913f..49b922b92249 100644 --- a/reference/memcached/memcached/construct.xml +++ b/reference/memcached/memcached/construct.xml @@ -18,7 +18,6 @@ Creates a Memcached instance representing the connection to the memcache servers. - &warn.undocumented.func; @@ -41,7 +40,13 @@ callback - + An optional callback function that is invoked when a new persistent + connection is created. This can be used to perform initialization tasks + such as configuring options or adding servers. + + + The callback is only executed when a new persistent instance is created, + not when an existing persistent instance is reused. @@ -49,7 +54,10 @@ connection_str - + An optional connection string used to configure the Memcached instance. + The format of the connection string depends on the underlying libmemcached + library and may be used to define servers and connection options in a + single string.