Redis Event Library (事件库)-翻译
Redis implements its own event library. The event library is implemented in ae.c.
redis实现了自己的事件库,这个事件库实现类在ae.c中
The best way to understand how the Redis event library works is to understand how Redis uses it.
理解redis事件库怎么工作的最好方式是理解redis怎么使用了它
Event Loop Initialization 初始化
initServer function defined in redis.c initializes the numerous fields of the redisServer structure variable. One such field is the Redis event loop el:
aeEventLoop *el
initServer initializes serve
版权声明:
作者:zhangchen
链接:https://www.techfm.club/p/21457.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论