X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_cas.rst;h=c2138bc8979d18263acd91a46321bbfa6a17a2f5;hb=28adf7b936c6f5c25b7526ff56ec1256da1246d4;hp=7ba334116db167e36997700400ed6af57a197184;hpb=16ba6539e831e2abcef9dcf56fa26e3a0d5c7f91;p=awesomized%2Flibmemcached diff --git a/docs/memcached_cas.rst b/docs/memcached_cas.rst index 7ba33411..c2138bc8 100644 --- a/docs/memcached_cas.rst +++ b/docs/memcached_cas.rst @@ -23,7 +23,7 @@ Compile and link with -lmemcached DESCRIPTION ----------- -:cfunc:`memcached_cas()` overwrites data in the server as long as the "cas" +:c:func:`memcached_cas()` overwrites data in the server as long as the "cas" value is still the same in the server. You can get the cas value of a result by calling :c:func:`memcached_result_cas()` on a memcached_result_st(3) structure. At the point that this note was written cas is still buggy in memached. Turning on tests for it in libmemcached(3) is optional. Please see