X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fsource%2Flibhashkit%2Fhashkit_functions.rst;h=9eccb0609fbb340b57f239314691df136e26d25f;hb=d55b8d845388672d97fdeab8bf91066ba79b3103;hp=d55ca5c258d9cbcdc696884169a91b3543d7ed10;hpb=28c4d79e109e11d7d2a9f3189de57da28302ec68;p=m6w6%2Flibmemcached diff --git a/docs/source/libhashkit/hashkit_functions.rst b/docs/source/libhashkit/hashkit_functions.rst index d55ca5c2..9eccb060 100644 --- a/docs/source/libhashkit/hashkit_functions.rst +++ b/docs/source/libhashkit/hashkit_functions.rst @@ -1,10 +1,6 @@ Available Hashes ================ -.. index:: object: hashkit_st - -Various hash functions to use for calculating hash values for keys - SYNOPSIS -------- @@ -37,11 +33,12 @@ DESCRIPTION ----------- These functions generate hash values from a key using a variety of -algorithms. These functions can be used standalone, or as arguments -to :func:`hashkit_set_hash_fn` or :func:`hashkit_set_continuum_hash_fn`. +algorithms. These functions can be used standalone, or will be used +according to the algorithm set with `hashkit_set_function` +or `hashkit_set_distribution_function`. -The :func:`hashkit_hsieh` is only available if the library is built with -the appropriate flag enabled. +The `hashkit_hsieh`, `hashkit_murmur` and `hashkit_murmur3` functions are +only available if the library is built with the appropriate flag enabled. RETURN VALUE ------------