X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fconstants.rst;h=7379d2c0d4c27efbb3a8fabdf772f4647141530b;hb=4debceb95ebab23b83c7ebcf153bb321d16b4d52;hp=c0d53dff6fda6bb9ee433217e4095231f29a0105;hpb=e1833e25ab4a98f9a3f9f9268185af57b2280eaf;p=awesomized%2Flibmemcached diff --git a/docs/source/libmemcached/constants.rst b/docs/source/libmemcached/constants.rst index c0d53dff..7379d2c0 100644 --- a/docs/source/libmemcached/constants.rst +++ b/docs/source/libmemcached/constants.rst @@ -4,17 +4,17 @@ 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 - Hex value of the version number. "0x00048000" This can be used for comparing - versions based on number. + Hex value of the version number, e.g. "0x00048000". + This can be used for comparing versions based on number. .. c:macro:: MEMCACHED_DEFAULT_PORT @@ -61,6 +61,10 @@ SYNOPSIS 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.