cachelib
进程内高速缓存,跨平台,支持cmake,facebook开发的 https://gitee.com/mirrors/cachelib.git
libshmcache
本地共享内存缓存,性能是redis的100 ,支持进程间共享数据 https://gitee.com/mirrors/libshmcache.git
memcached
类似redis的内存缓存服务器,不支持数据的持久化,程序退出缓存数据都会丢失,使用libevent作为网络服务器框架,可以响应告诉请求 https://gitee.com/mirrors/memcached.git
lcache
使用crow打架的web服务器,缓存文件数据 https://gitee.com/lcy2000lcy/LCache.git
leveldb
数据存在一个指定的目录中,google大神开发,nosql,key-value数据库 https://gitee.com/asdegfyhdtjuyj/google-leveldb.git
facebook的rocksdb解决了leveldb的短板,rocksdb单独进程分布式服务