readme.md

July 26, 2017 ยท View on GitHub

evmc

evmc is a nonblocking async C++ client library for memcached and membase. It is based on evpp which is a modern C++ network library.

Status

This library is currently used in production which sends more than 300 billions requests every day.

Features

  1. Support single memcached instance
  2. Support a cluster of memcached which are configurated by vbucket, like membase or couchbase
  3. Support failover and load balance

Dependencies