Sha256: c9f44fb67320e1b6a600c99dbe3f0d6519f9942e1bd1cfc187da2865b875ff29
Contents?: true
Size: 1014 Bytes
Versions: 19
Compression:
Stored size: 1014 Bytes
Contents
=head1 NAME libmemcachedutil - Utility library for libmemcached =head1 LIBRARY C Client Library containing utility functions for libmemcached (libmemcachedutil, -lmemcachedutil) =head1 SYNOPSIS cc [ flag ... ] file ... -lmemcachedutil #include <libmemcached/memcached_util.h> =head1 DESCRIPTION B<libmemcachedutil> is a small and thread-safe client library that provides extra functionality built on top of B<libmemcached>. =head1 THREADS Do not try to access an instance of C<memcached_st> from multiple threads at the same time. If you want to access memcached from multiple threads you should either clone the C<memcached_st>, or use the memcached pool implementation. see memcached_pool_create(3). =head1 HOME To find out more information please check: L<http://tangent.org/552/libmemcached.html> =head1 AUTHOR Trond Norbye, E<lt>trond.norbye@sun.comE<gt> =head1 SEE ALSO libmemcached(3) memcached_pool_create(3) memcached_pool_destroy(3) memcached_pool_pop(3) memcached_pool_push(3) =cut
Version data entries
19 entries across 19 versions & 2 rubygems