X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fmemcached_dump.rst;h=a7dcb4fe54587ace8b1ab02ec2f563ac4ec2a51c;hb=088eed04d829b8cf6591201564118c356d3cf935;hp=2e119684cd106242e582f3f89b0eaa3e34e333ef;hpb=30e386cd241ac56fd9205d12c143761475307705;p=m6w6%2Flibmemcached diff --git a/docs/memcached_dump.rst b/docs/memcached_dump.rst index 2e119684..a7dcb4fe 100644 --- a/docs/memcached_dump.rst +++ b/docs/memcached_dump.rst @@ -42,12 +42,12 @@ DESCRIPTION ----------- -memcached_dump() is used to get a list of keys found memcached(1) servers. +memcached_dump() is used to get a list of keys found in memcached(1) servers. Because memcached(1) does not guarentee to dump all keys you can not assume you have fetched all keys from the server. The function takes an array of callbacks that it will use to execute on keys as they are found. -Currently the binar protocol is not testsed. +Currently the binary protocol is not testsed. ------ @@ -66,7 +66,7 @@ HOME To find out more information please check: -`https://launchpad.net/libmemcached `_ +`http://libmemcached.org/ `_ ------