X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_cas.rst;h=aec7ef46cbcafff779d301525c51559d691f1379;hb=90bb4fb5810353d35ce5575caa3b0a2139e3f4a1;hp=aa8d5483932747d75e9dade82963a867792ed2cd;hpb=e1833e25ab4a98f9a3f9f9268185af57b2280eaf;p=m6w6%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_cas.rst b/docs/source/libmemcached/memcached_cas.rst index aa8d5483..aec7ef46 100644 --- a/docs/source/libmemcached/memcached_cas.rst +++ b/docs/source/libmemcached/memcached_cas.rst @@ -1,10 +1,8 @@ -==================================================== Working with data on the server in an atomic fashion ==================================================== .. index:: object: memcached_st --------- SYNOPSIS -------- @@ -16,7 +14,6 @@ SYNOPSIS Compile and link with -lmemcached ------------ DESCRIPTION ----------- @@ -46,7 +43,6 @@ non-cas ASCII set operations, there are at least 1335 bytes available to split among the key, key_prefix, and value; for cas ASCII operations there are at least 1318 bytes available to split among the key, key_prefix and value. If the total size of the command, including overhead, exceeds 1400 bytes, a `MEMCACHED_WRITE_FAILURE` will be returned. ------- RETURN ------ @@ -55,7 +51,6 @@ On success the value will be `MEMCACHED_SUCCESS`. Use :func:`memcached_strerror` to translate this value to a printable string. --------- SEE ALSO --------