redis流程简述

代码版:

initServer

aeMain

acceptTcpHandler

readQueryFromClient

注释版:

初始化

主循环

tcp处理函数

readQueryFromClient