Skip to content

Latest commit

 

History

History

evmc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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