Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.11 KB

neoagent

A Yet Another Memcached Protocol Proxy Server written by C with C99 style.

Features

  • connection pooling
  • configuration with JSON
  • fail over with backup server function
  • support some memcached command(get, set, add, delete, incr, decr, quit)

Dependencies

Build

scons configure
scons 
scons install

SCons is a powerful and flexible build tool. In some environments, it requires 'pkg-config' also.

Generating Documents

scons doc

The documents of neoagent are generated with Sphinx, and requires following extension for generating html document.

The generated html document is following.

Debian Packaging

scons debian

Acknowledgment

Thanks for pixiv Inc and its developers

  • allowing me to develop and publish neoagent as business work