Sha256: e8761015f3c386d2a9a9c1ff7d874c7b5c4762510f5f5b760fc41ed566367d42
Contents?: true
Size: 1.3 KB
Versions: 19
Compression:
Stored size: 1.3 KB
Contents
=head1 NAME memcached_lib_version, memcached_version - Get library version =head1 LIBRARY C Client Library for memcached (libmemcached, -lmemcached) =head1 SYNOPSIS #include <memcached.h> const char * memcached_lib_version(void) memcached_return memcached_version(memcached_st *ptr) =head1 DESCRIPTION memcached_lib_version() is used to return a simple version string representing the libmemcached version (version of the client library, not server) 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. =head1 RETURN A string with the version of libmemcached driver is returned from memcached_lib_version() A value of type C<memcached_return> is returned from memcached_version() On success that value will be C<MEMCACHED_SUCCESS>. If called with the C<MEMCACHED_BEHAVIOR_USE_UDP> behavior set, the value C<MEMCACHED_NOT_SUPPORTED> will be returned. Use memcached_strerror() to translate this value to a printable string. =head1 HOME To find out more information please check: L<http://tangent.org/552/libmemcached.html> =head1 AUTHOR Brian Aker, E<lt>brian@tangent.orgE<gt> =head1 SEE ALSO memcached(1) libmemcached(3) memcached_strerror(3) =cut
Version data entries
19 entries across 19 versions & 2 rubygems