2009-06-01

Memcached protocol is not enough

For some time I'm trying to hack together a prototype of real-time-full-text-search-engine (RTFTSE!). I used a memcached-binary protocol as a communication protocol between backends and storage-nodes.

This is a pretty nice protocol and in fact there are strong reasons not to use ascii memcache protocol.