Memcached1.4.15源文件
文件名 | 描述 |
assoc.h/assoc.c | Hash表管理 |
cache.h/cache.c | 缓存管理(非核心),此缓存非对象缓存 |
daemonc.c | 守护进程的实现 |
hash.h/hash.c | Hash算法 |
items.h/items.c | Item对象管理,数据对象存在Item中 |
memcached.h/memcache.c | 核心数据结构、命令解析、主函数 |
protocol_binary.h | 二进制协议 |
sasl_defs.h/sasl_defs.c | SASL验证 |
slab.h/slab.c | Slab Allocate内存分配管理 |
stat.h/stat.c | 数据状态统计管理 |
thread.c | 线程管理 |
trace.h | 宏定义 |
util.h/util.c | 实用函数,主要为字符串到整数的转换 |