memcached

High-performance distributed memory object caching system

brewmacoslinux
Try with needOr install directly
Source

About

High performance, distributed memory object caching system

Commands

memcachedmemcache-tool

Examples

Start memcached server listening on localhost port 11211$ memcached -l 127.0.0.1 -p 11211
Start memcached with 256MB memory limit and 4 worker threads$ memcached -m 256 -t 4
Run memcached in verbose mode to see all client connections$ memcached -v