X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached.html;h=d85404b71d35681412cc3b449b269066d0cdd5b6;hb=5fe34bb79f817fe734d3e300720ac8a361454f39;hp=c24a098e95b66737bc468340573aceb054373cbf;hpb=d517b40976d8e986cada6b8b896e8f12cd179fa6;p=awesomized%2Flibmemcached diff --git a/libmemcached.html b/libmemcached.html index c24a098e..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,13 +185,13 @@ 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.
@@ -242,35 +242,35 @@ about Systemtap.

CLIENT PROGRAMS¶

libmemcached comes with a few useful client programs:

UTILITY LIBRARIES¶

SEE ALSO¶