Jump to letter: [
ABCDEFGHIJKLMNOPRSTWXZ
]
libmemcached - memcached C library and command line tools
libmemcached is a C client library to the memcached server
(http://danga.com/memcached). It has been designed to be light on memory
usage, and provide full access to server side methods.
It also implements several command line tools:
memcat - Copy the value of a key to standard output.
memflush - Flush the contents of your servers.
memrm - Remove a key(s) from the serrver.
memstat - Dump the stats of your servers to standard output.
memslap - Generate testing loads on a memcached cluster.
memcp - Copy files to memcached servers.
memerror - Creates human readable messages from libmemecached error codes.
Packages
Latest: libmemcached-0.32-1.el5_fio.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
libmemcached |
0 |
0.32 |
1.el5_fio |
x86_64 |
80 KiB |
2011-01-24 20:16:27 |
Changelog:
- * 2011-01-24 - Lott Caskey <lottc[AT]fugitol[DOTCOM]> - 0.32-1
- Build for EL5
- * 2009-04-25 - Remi Collet <rpms[AT]famillecollet[DOTCOM]> - 0.28-1
- Initial RPM from Brian Aker spec
- create -devel subpackage
- add %post %postun %check section