groonga - An open-source fulltext search engine and column store.

5.4. Memcached binary protocol

Groonga supports the memcached binary protocol. The following form shows how to run Groonga as a memcached binary protocol server daemon.

Form:

groonga [-p PORT_NUMBER] -d --protocol memcached DB_PATH

The --protocol option and its argument specify the protocol of the server. "memcached" specifies to use the memcached binary protocol.

Previous topic

5.3. GQTP

Next topic

6. Client

This Page