X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fmemcached_version.html;h=9ec0b69cd405c04f46e0cacba29077b58a839d5e;hb=c6fde8b6a27b6af31f0cf26a9cdccd54cd25734a;hp=4d202a1f8c07b48866ee69f9f6882fd9b4ff3f57;hpb=203265989899a9a2a5433c870799d0d5bc1e103e;p=m6w6%2Flibmemcached diff --git a/libmemcached/memcached_version.html b/libmemcached/memcached_version.html index 4d202a1f..9ec0b69c 100644 --- a/libmemcached/memcached_version.html +++ b/libmemcached/memcached_version.html @@ -218,12 +218,12 @@

memcached_lib_version() is used to return a simple version string representing the libmemcached version (client library version, not server version)

memcached_version() is used to set the major, minor, and micro versions of each memcached server being used by the memcached_st connection structure. It returns the memcached server return code.

-
-

RETURN¶

+
+

RETURN VALUE¶

memcached_lib_version() returns a string with the version of the libmemcached driver.

A value of memcached_return_t is returned from :func:’memcached_version’

On success that value will be MEMCACHED_SUCCESS.

-

If called with the MEMCACHED_BEHAVIOR_USE_UDP behavior set, the value +

If called with the MEMCACHED_BEHAVIOR_USE_UDP behavior set, the value MEMCACHED_NOT_SUPPORTED will be returned.

Use memcached_strerror() to translate this value to a printable string.