X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached.html;h=d85404b71d35681412cc3b449b269066d0cdd5b6;hb=5fe34bb79f817fe734d3e300720ac8a361454f39;hp=4474cd0eb3258776a6f164335f4f8ebc7a928779;hpb=c6fde8b6a27b6af31f0cf26a9cdccd54cd25734a;p=awesomized%2Flibmemcached diff --git a/libmemcached.html b/libmemcached.html index 4474cd0e..d85404b7 100644 --- a/libmemcached.html +++ b/libmemcached.html @@ -21,10 +21,10 @@ - - - - + + + + @@ -174,9 +174,9 @@

C/C++ Client Library for memcached¶

SYNOPSIS¶

-
-
#include <libmemcached/memcached.h>

Compile and link with -lmemcached

-
+
+
#include <libmemcached/memcached.h>
+
Compile and link with -lmemcached

libmemcached is an open source C/C++ client library and tools for the @@ -185,20 +185,20 @@ memory usage, thread safe, and provide full access to server side methods.

libmemcached was designed to provide the greatest number of options to use Memcached. Some of the features provided:

    -
  1. Asynchronous and Synchronous Transport Support.

  2. -
  3. Consistent Hashing and Distribution.

  4. -
  5. Tunable Hashing algorithm to match keys.

  6. -
  7. Access to large object support.

  8. -
  9. Local replication.

  10. -
  11. A complete reference guide and documentation to the API.

  12. -
  13. Tools to Manage your Memcached networks.

  14. +
  15. Asynchronous and Synchronous Transport Support.
  16. +
  17. Consistent Hashing and Distribution.
  18. +
  19. Tunable Hashing algorithm to match keys.
  20. +
  21. Access to large object support.
  22. +
  23. Local replication.
  24. +
  25. A complete reference guide and documentation to the API.
  26. +
  27. Tools to Manage your Memcached networks.

DESCRIPTION¶

-

“Memcached is a high-performance, distributed memory object caching system, +

"Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications -by alleviating database load.” http://memcached.org/

+by alleviating database load." http://memcached.org/

libmemcached is a small, thread-safe client library for the memcached protocol. The code has all been written to allow for both web and embedded usage. It handles the work behind routing individual keys to specific servers @@ -235,42 +235,42 @@ then use the resulting cloned structure.

SYSTEMTAP¶

libmemcached can be built to support Systemtap on Linux when enabled at compile time.

-

Please see stap(1) and dtrace(1) for more information +

Please see stap(1) and dtrace(1) for more information about Systemtap.

CLIENT PROGRAMS¶

libmemcached comes with a few useful client programs:

UTILITY LIBRARIES¶

SEE ALSO¶