X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibhashkit%2Fhashkit_functions.rst;h=9eccb0609fbb340b57f239314691df136e26d25f;hb=d55b8d845388672d97fdeab8bf91066ba79b3103;hp=04f6ba2b24f16f94d30c13e29f6f21d16fc64b9f;hpb=e20117720ca0fa133781b62c43aab59fe864b390;p=awesomized%2Flibmemcached diff --git a/docs/source/libhashkit/hashkit_functions.rst b/docs/source/libhashkit/hashkit_functions.rst index 04f6ba2b..9eccb060 100644 --- a/docs/source/libhashkit/hashkit_functions.rst +++ b/docs/source/libhashkit/hashkit_functions.rst @@ -33,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 ------------