0
1
516
Redis網(wǎng)絡(luò)模型整體采用經(jīng)典的reactor模型,單線程事件循環(huán)+IO多路復(fù)用。 實(shí)現(xiàn)代碼主要在ae.h和ae.c內(nèi),此外還包括ae_epol...