Skip to content
This repository has been archived by the owner on Sep 27, 2018. It is now read-only.

cubicdaiya/neoagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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