memcacheq

Persistent queue service built on memcache protocol

brewmacoslinux
Try with needOr install directly
Source

About

Queue service for memcache

Commands

memcacheq

Examples

Start memcacheq server on default port 21201$ memcacheq -d -r -H /var/tmp/memcacheq
Start memcacheq with custom port and data directory$ memcacheq -d -p 21201 -H /var/lib/memcacheq -r
Connect to memcacheq using telnet for queue operations$ telnet localhost 21201