摘要:
---------------------6月23日---------------------------Redis启动入口即main函数在redis.c文件,伪代码如下: 1 int main(int argc, char **argv) { 2 initServerConfig(); 3 4 if (argc >= 2) { 5 loadServerConfig(configfile,options); 6 } else { 7 redisLog(REDIS_WARNING, "Warning: no config fil... 阅读全文
posted @ 2013-06-23 14:35
feiyunruyue
阅读(452)
评论(0)
推荐(0)

浙公网安备 33010602011771号