.TH "MEMCACHED_VERSION" "3" "June 17, 2011" "0.49" "libmemcached" .SH NAME memcached_version \- libmemcached Documentation . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .\" Man page generated from reStructeredText. . .SH SYNOPSIS .sp #include .INDENT 0.0 .TP .B const char * memcached_lib_version(void) .UNINDENT .INDENT 0.0 .TP .B memcached_return_t memcached_version(memcached_st\fI\ *ptr\fP) .UNINDENT .sp Compile and link with \-lmemcached .SH DESCRIPTION .sp memcached_lib_version() is used to return a simple version string representing the libmemcached version (client library version, not server version) .sp 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. .SH RETURN .sp A string with the version of libmemcached driver is returned from memcached_lib_version() .sp A value of type \fBmemcached_return_t\fP is returned from memcached_version() On success that value will be \fBMEMCACHED_SUCCESS\fP. If called with the \fBMEMCACHED_BEHAVIOR_USE_UDP\fP behavior set, the value \fBMEMCACHED_NOT_SUPPORTED\fPwill be returned. Use memcached_strerror() to translate this value to a printable string. .SH HOME .sp To find out more information please check: \fI\%http://libmemcached.org/\fP .SH SEE ALSO .sp memcached(1) libmemcached(3) memcached_strerror(3) .SH AUTHOR Brian Aker .SH COPYRIGHT 2011, Brian Aker DataDifferential, http://datadifferential.com/ .\" Generated by docutils manpage writer. .\" .