X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fsource%2Flibmemcached%2Fconstants.rst;h=0952a418a56f65831c8ad8060517685b673774de;hb=d55b8d845388672d97fdeab8bf91066ba79b3103;hp=81471af83082a3ed1ce53896b49bd642060644a5;hpb=28c4d79e109e11d7d2a9f3189de57da28302ec68;p=m6w6%2Flibmemcached diff --git a/docs/source/libmemcached/constants.rst b/docs/source/libmemcached/constants.rst index 81471af8..0952a418 100644 --- a/docs/source/libmemcached/constants.rst +++ b/docs/source/libmemcached/constants.rst @@ -4,12 +4,12 @@ libmemcached Constants and Defaults SYNOPSIS -------- -#include +#include Compile and link with -lmemcached .. c:macro:: LIBMEMCACHED_VERSION_STRING - String value of libmemcached version such as "1.23.4" + String value of libmemcached version such as "|release|" .. c:macro:: LIBMEMCACHED_VERSION_HEX @@ -57,11 +57,14 @@ SYNOPSIS Maximum display width of an integer represented as string. - .. c:macro:: MEMCACHED_CONTINUUM_ADDITION How many extra slots we should build for in the continuum, defaults to 10. +.. c:macro:: MEMCACHED_EXPIRATION_NOT_ADD + + Value ``0xffffffffU`` + .. c:macro:: MEMCACHED_STRIDE This is the "stride" used in the consistent hash used between replicas.