Meta Configuration of Package libmemcached
1
<package name="libmemcached" project="internetx:php5:5.5.31:extensions">
2
<title>memcached C library and command line tools</title>
3
<description>libmemcached is a C client library to the memcached server
4
(http://danga.com/memcached). It has been designed to be light on memory
5
usage, and provide full access to server side methods.
6
7
It also implements several command line tools:
8
9
memcat - Copy the value of a key to standard output.
10
memflush - Flush the contents of your servers.
11
memrm - Remove a key(s) from the serrver.
12
memstat - Dump the stats of your servers to standard output.
13
memslap - Generate testing loads on a memcached cluster.
14
memcp - Copy files to memcached servers.</description>
15
</package>
16