1 .TH "MEMCACHED_DUMP" "3" "April 12, 2011" "0.47" "libmemcached"
3 memcached_dump \- libmemcached Documentation
5 .nr rst2man-indent-level 0
9 level \\n[rst2man-indent-level]
10 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
17 .\" .rstReportMargin pre:
19 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
20 . nr rst2man-indent-level +1
21 .\" .rstReportMargin post:
25 .\" indent \\n[an-margin]
26 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
27 .nr rst2man-indent-level -1
28 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
29 .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
31 .\" Man page generated from reStructeredText.
34 Get a list of keys found on memcached servers
37 C Client Library for memcached (libmemcached, \-lmemcached)
42 #include <libmemcached/memcached.h>
45 memcached_dump (memcached_st *ptr,
46 memcached_dump_fn *function,
48 uint32_t number_of_callbacks);
50 typedef memcached_return_t (*memcached_dump_fn)(memcached_st *ptr,
58 memcached_dump() is used to get a list of keys found memcached(1) servers.
59 Because memcached(1) does not guarentee to dump all keys you can not assume
60 you have fetched all keys from the server. The function takes an array
61 of callbacks that it will use to execute on keys as they are found.
63 Currently the binar protocol is not testsed.
66 A value of type \fBmemcached_return_t\fP is returned
67 On success that value will be \fBMEMCACHED_SUCCESS\fP.
68 Use memcached_strerror() to translate this value to a printable string.
71 To find out more information please check:
72 \fI\%https://launchpad.net/libmemcached\fP
75 Brian Aker, <\fI\%brian@tangent.org\fP>
78 \fImemcached(1)\fP \fIlibmemcached(3)\fP \fImemcached_strerror(3)\fP
82 2011, Brian Aker DataDifferential, http://datadifferential.com/
83 .\" Generated by docutils manpage writer.