libmemcached

C/C++ client library for memcached server with command-line tools

brewmacoslinux
Try with needOr install directly
Source

About

C and C++ client library to the memcached server

Commands

memcached-toolmemcapablememaslap

Examples

Test memcached server connectivity and protocol compliance$ memcapable -h localhost -p 11211
Load test memcached server with simulated client operations$ memaslap -h localhost -p 11211 -c 10 -n 100000
Monitor memcached server statistics and memory usage$ memcached-tool localhost:11211 stats