package
0.0.0-20181207142156-3d480539f84d
Repository: https://github.com/valyala/ybc.git
Documentation: pkg.go.dev

# README

Memcache server, which uses YBC library as caching backend.

Thanks to YBC, the server has the following features missing in the original memcached:


How to build and run it?

$ sudo apt-get install golang $ go get -u github.com/valyala/ybc/apps/go/memcached $ go build -tags release github.com/valyala/ybc/apps/go/memcached $ ./memcached -help